Class MVELTranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.TranslatableException
org.broadleafcommerce.openadmin.web.rulebuilder.MVELTranslationException
- All Implemented Interfaces:
Serializable
- Author:
- Elbert Bautista (elbertbautista)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class org.broadleafcommerce.common.exception.TranslatableException
code, messageParams
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.exception.TranslatableException
getCode, getLocalizedMessage, getMessageKey, getMessageParameters, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
SPECIFIED_FIELD_NOT_FOUND
public static final int SPECIFIED_FIELD_NOT_FOUND- See Also:
-
NO_FIELD_FOUND_IN_RULE
public static final int NO_FIELD_FOUND_IN_RULE- See Also:
-
INCOMPATIBLE_DATE_VALUE
public static final int INCOMPATIBLE_DATE_VALUE- See Also:
-
UNRECOGNIZABLE_RULE
public static final int UNRECOGNIZABLE_RULE- See Also:
-
OPERATOR_NOT_FOUND
public static final int OPERATOR_NOT_FOUND- See Also:
-
INCOMPATIBLE_DECIMAL_VALUE
public static final int INCOMPATIBLE_DECIMAL_VALUE- See Also:
-
INCOMPATIBLE_INTEGER_VALUE
public static final int INCOMPATIBLE_INTEGER_VALUE- See Also:
-
INCOMPATIBLE_RULE
public static final int INCOMPATIBLE_RULE- See Also:
-
SUB_GROUP_DETECTED
public static final int SUB_GROUP_DETECTED- See Also:
-
-
Constructor Details
-
MVELTranslationException
-