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 |
SUB_GROUP_DETECTED |
static int |
UNRECOGNIZABLE_RULE |
code, messageParams| Constructor and Description |
|---|
MVELTranslationException(int code,
String message) |
getCode, getLocalizedMessage, getMessageKey, getMessageParameters, toStringaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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 static final int SUB_GROUP_DETECTED
public MVELTranslationException(int code,
String message)
Copyright © 2022. All rights reserved.