Package net.sf.jasperreports.web
Class JRInteractiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jasperreports.engine.JRException
net.sf.jasperreports.web.JRInteractiveException
- All Implemented Interfaces:
Serializable
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
-
Field Summary
Fields inherited from class net.sf.jasperreports.engine.JRException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE -
Constructor Summary
ConstructorsConstructorDescriptionJRInteractiveException(String message) JRInteractiveException(String messageKey, Object[] args) JRInteractiveException(String messageKey, Object[] args, Throwable t) JRInteractiveException(String message, Throwable t) -
Method Summary
Methods inherited from class net.sf.jasperreports.engine.JRException
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
-
JRInteractiveException
-
JRInteractiveException
-
JRInteractiveException
-
JRInteractiveException
-
JRInteractiveException
-