public class InvalidDateRangeExpressionException extends JRRuntimeException
Indicates that expression for date rang was invalid
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_MESSAGE_KEY_INVALID_EXPRESSION |
EXCEPTION_MESSAGE_KEY_PREFIX, EXCEPTION_MESSAGES_BUNDLE
Constructor and Description |
---|
InvalidDateRangeExpressionException() |
InvalidDateRangeExpressionException(String expression) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression() |
getArgs, getMessage, getMessage, getMessageBundleName, getMessageKey, getMessageKeyPrefix, resolveMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String EXCEPTION_MESSAGE_KEY_INVALID_EXPRESSION
public InvalidDateRangeExpressionException()
public InvalidDateRangeExpressionException(String expression)
public String getExpression()
Copyright © 2017. All rights reserved.