public class JRRuntimeException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR_MESSAGES_BUNDLE |
| Constructor and Description |
|---|
JRRuntimeException(java.lang.String message) |
JRRuntimeException(java.lang.String messageKey,
java.lang.Object[] args,
JasperReportsContext jasperReportsContext,
java.util.Locale locale) |
JRRuntimeException(java.lang.String message,
java.lang.Throwable t) |
JRRuntimeException(java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getArgs() |
java.lang.String |
getMessage() |
protected java.lang.String |
getMessageBundleName() |
java.lang.String |
getMessageKey() |
boolean |
hasLocalizedMessage() |
protected java.lang.String |
resolveMessage(java.lang.String messageKey,
java.lang.Object[] args,
JasperReportsContext jasperReportsContext,
java.util.Locale locale) |
public static final java.lang.String ERROR_MESSAGES_BUNDLE
public JRRuntimeException(java.lang.String message)
public JRRuntimeException(java.lang.Throwable t)
public JRRuntimeException(java.lang.String message,
java.lang.Throwable t)
public JRRuntimeException(java.lang.String messageKey,
java.lang.Object[] args,
JasperReportsContext jasperReportsContext,
java.util.Locale locale)
public java.lang.String getMessageKey()
public java.lang.Object[] getArgs()
public boolean hasLocalizedMessage()
public java.lang.String getMessage()
getMessage in class java.lang.Throwableprotected java.lang.String resolveMessage(java.lang.String messageKey,
java.lang.Object[] args,
JasperReportsContext jasperReportsContext,
java.util.Locale locale)
protected java.lang.String getMessageBundleName()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com