public class JRRuntimeException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MESSAGES_BUNDLE |
| Constructor and Description |
|---|
JRRuntimeException(String message) |
JRRuntimeException(String messageKey,
Object[] args,
JasperReportsContext jasperReportsContext,
Locale locale) |
JRRuntimeException(String message,
Throwable t) |
JRRuntimeException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
String |
getMessage() |
protected String |
getMessageBundleName() |
String |
getMessageKey() |
boolean |
hasLocalizedMessage() |
protected String |
resolveMessage(String messageKey,
Object[] args,
JasperReportsContext jasperReportsContext,
Locale locale) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_MESSAGES_BUNDLE
public JRRuntimeException(String message)
public JRRuntimeException(Throwable t)
public JRRuntimeException(String messageKey, Object[] args, JasperReportsContext jasperReportsContext, Locale locale)
public String getMessageKey()
public Object[] getArgs()
public boolean hasLocalizedMessage()
public String getMessage()
getMessage in class Throwableprotected String resolveMessage(String messageKey, Object[] args, JasperReportsContext jasperReportsContext, Locale locale)
protected String getMessageBundleName()
Copyright © 2015. All rights reserved.