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,
java.lang.String message) |
getCode, getLocalizedMessage, toStringpublic 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
Copyright © 2018. All Rights Reserved.