Package net.sf.jasperreports.types.date
Class InvalidDateRangeExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jasperreports.engine.JRRuntimeException
-
- net.sf.jasperreports.types.date.InvalidDateRangeExpressionException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDateRangeExpressionException extends JRRuntimeException
Indicates that expression for date rang was invalid
- Author:
- Sergey Prilukin
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_MESSAGE_KEY_INVALID_EXPRESSION-
Fields inherited from class net.sf.jasperreports.engine.JRRuntimeException
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
-
-
Constructor Summary
Constructors Constructor Description InvalidDateRangeExpressionException()InvalidDateRangeExpressionException(java.lang.String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExpression()-
Methods inherited from class net.sf.jasperreports.engine.JRRuntimeException
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_INVALID_EXPRESSION
public static final java.lang.String EXCEPTION_MESSAGE_KEY_INVALID_EXPRESSION
- See Also:
- Constant Field Values
-
-