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
public class JRInteractiveRuntimeException extends JRRuntimeException
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description JRInteractiveRuntimeException(String message)
JRInteractiveRuntimeException(String messageKey, Object[] args)
JRInteractiveRuntimeException(String messageKey, Object[] args, Throwable t)
JRInteractiveRuntimeException(String message, Throwable cause)
JRInteractiveRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JRInteractiveRuntimeException
public JRInteractiveRuntimeException(String message)
-
JRInteractiveRuntimeException
public JRInteractiveRuntimeException(String message, Throwable cause)
-
JRInteractiveRuntimeException
public JRInteractiveRuntimeException(Throwable cause)
-
JRInteractiveRuntimeException
public JRInteractiveRuntimeException(String messageKey, Object[] args, Throwable t)
-
-