Package net.sf.jasperreports.engine
Class JRRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jasperreports.engine.JRRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidDateRangeExpressionException,InvalidFontException,JacksonRuntimeException,JRFillInterruptedException,JRFontNotFoundException,JRInteractiveRuntimeException,JRPdfaIccProfileNotFoundException,PatchedPdfLibraryUnavailableException
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJRRuntimeException(String message) JRRuntimeException(String messageKey, Object... args) JRRuntimeException(String messageKey, Object[] args, Throwable t) JRRuntimeException(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
-
JRRuntimeException
-
JRRuntimeException
-
JRRuntimeException
-
JRRuntimeException
-
JRRuntimeException
-
-
Method Details
-
getMessageKey
-
getArgs
-
getMessage
- Overrides:
getMessagein classThrowable
-
getMessage
-
resolveMessage
-
getMessageBundleName
-
getMessageKeyPrefix
-