public class JRException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MESSAGES_BUNDLE |
| Constructor and Description |
|---|
JRException(String message) |
JRException(String messageKey,
Object[] args,
JasperReportsContext jasperReportsContext,
Locale locale) |
JRException(String message,
Throwable t) |
JRException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
String |
getMessage() |
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 JRException(String message)
public JRException(Throwable t)
public JRException(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)
Copyright © 2015. All rights reserved.