public class MVELTranslationException extends TranslatableException
Modifier and Type | Field and Description |
---|---|
static int |
INCOMPATIBLE_DATE_VALUE |
static int |
INCOMPATIBLE_DECIMAL_VALUE |
static int |
INCOMPATIBLE_INTEGER_VALUE |
static int |
INCOMPATIBLE_RULE |
static int |
NO_FIELD_FOUND_IN_RULE |
static int |
OPERATOR_NOT_FOUND |
static int |
SPECIFIED_FIELD_NOT_FOUND |
static int |
UNRECOGNIZABLE_RULE |
code
Constructor and Description |
---|
MVELTranslationException(int code,
String message) |
getCode, getLocalizedMessage, toString
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final int SPECIFIED_FIELD_NOT_FOUND
public static final int NO_FIELD_FOUND_IN_RULE
public static final int INCOMPATIBLE_DATE_VALUE
public static final int UNRECOGNIZABLE_RULE
public static final int OPERATOR_NOT_FOUND
public static final int INCOMPATIBLE_DECIMAL_VALUE
public static final int INCOMPATIBLE_INTEGER_VALUE
public static final int INCOMPATIBLE_RULE
public MVELTranslationException(int code, String message)
Copyright © 2014. All rights reserved.