Package net.sf.jasperreports.web
Class JRInteractiveRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jasperreports.engine.JRRuntimeException
net.sf.jasperreports.web.JRInteractiveRuntimeException
- All Implemented Interfaces:
Serializable
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
-
Field Summary
Fields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE -
Constructor Summary
ConstructorsConstructorDescriptionJRInteractiveRuntimeException(String message) JRInteractiveRuntimeException(String messageKey, Object[] args) JRInteractiveRuntimeException(String messageKey, Object[] args, Throwable t) JRInteractiveRuntimeException(String message, Throwable cause) -
Method Summary
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JRInteractiveRuntimeException
-
JRInteractiveRuntimeException
-
JRInteractiveRuntimeException
-
JRInteractiveRuntimeException
-
JRInteractiveRuntimeException
-