Package net.sf.jasperreports.engine.fill
Class JRExpressionEvalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jasperreports.engine.JRException
-
- net.sf.jasperreports.engine.fill.JRExpressionEvalException
-
- All Implemented Interfaces:
Serializable
public class JRExpressionEvalException extends JRException
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_EVALUATE_EXPRESSION_ERROR
-
Fields inherited from class net.sf.jasperreports.engine.JRException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description JRExpressionEvalException(JRExpression expr, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRExpression
getExpression()
-
Methods inherited from class net.sf.jasperreports.engine.JRException
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
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_EVALUATE_EXPRESSION_ERROR
public static final String EXCEPTION_MESSAGE_KEY_EVALUATE_EXPRESSION_ERROR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRExpressionEvalException
public JRExpressionEvalException(JRExpression expr, Throwable throwable)
-
-
Method Detail
-
getExpression
public JRExpression getExpression()
-
-