Class JacksonRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jasperreports.engine.JRRuntimeException
-
- net.sf.jasperreports.jackson.util.JacksonRuntimeException
-
- All Implemented Interfaces:
Serializable
public class JacksonRuntimeException extends JRRuntimeException
- Author:
- Teodor Danciu (teodord@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 JacksonRuntimeException(Exception e)
-
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
-
JacksonRuntimeException
public JacksonRuntimeException(Exception e)
-
-