Package net.sf.jasperreports.engine
Class JRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jasperreports.engine.JRException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataSnapshotException,ExportInterruptedException,JRExpressionEvalException,JRInteractiveException,JRScriptletException,JRValidationException,NoRecordAtIndexException
General purpose JasperReports exception.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJRException(String message) JRException(String messageKey, Object... args) JRException(String messageKey, Object[] args, Throwable t) JRException(String message, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionObject[]getArgs()getMessage(JasperReportsContext jasperReportsContext, Locale locale) protected Stringprotected Stringprotected StringresolveMessage(JasperReportsContext jasperReportsContext, Locale locale) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EXCEPTION_MESSAGES_BUNDLE
- See Also:
-
EXCEPTION_MESSAGE_KEY_PREFIX
- See Also:
-
-
Constructor Details
-
JRException
-
JRException
-
JRException
-
JRException
-
JRException
-
-
Method Details
-
getMessageKey
-
getArgs
-
getMessage
- Overrides:
getMessagein classThrowable
-
getMessage
-
resolveMessage
-
getMessageBundleName
-
getMessageKeyPrefix
-