org.broadleafcommerce.openadmin.web.rulebuilder
Class MVELTranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.exception.TranslatableException
              extended by org.broadleafcommerce.openadmin.web.rulebuilder.MVELTranslationException
All Implemented Interfaces:
Serializable

public class MVELTranslationException
extends TranslatableException

Author:
Elbert Bautista (elbertbautista)
See Also:
Serialized Form

Field Summary
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
           
 
Fields inherited from class org.broadleafcommerce.common.exception.TranslatableException
code, messageParams
 
Constructor Summary
MVELTranslationException(int code, String message)
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.exception.TranslatableException
getCode, getLocalizedMessage, getMessageKey, getMessageParameters, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SPECIFIED_FIELD_NOT_FOUND

public static final int SPECIFIED_FIELD_NOT_FOUND
See Also:
Constant Field Values

NO_FIELD_FOUND_IN_RULE

public static final int NO_FIELD_FOUND_IN_RULE
See Also:
Constant Field Values

INCOMPATIBLE_DATE_VALUE

public static final int INCOMPATIBLE_DATE_VALUE
See Also:
Constant Field Values

UNRECOGNIZABLE_RULE

public static final int UNRECOGNIZABLE_RULE
See Also:
Constant Field Values

OPERATOR_NOT_FOUND

public static final int OPERATOR_NOT_FOUND
See Also:
Constant Field Values

INCOMPATIBLE_DECIMAL_VALUE

public static final int INCOMPATIBLE_DECIMAL_VALUE
See Also:
Constant Field Values

INCOMPATIBLE_INTEGER_VALUE

public static final int INCOMPATIBLE_INTEGER_VALUE
See Also:
Constant Field Values

INCOMPATIBLE_RULE

public static final int INCOMPATIBLE_RULE
See Also:
Constant Field Values
Constructor Detail

MVELTranslationException

public MVELTranslationException(int code,
                                String message)


Copyright © 2013. All Rights Reserved.