org.broadleafcommerce.openadmin.web.rulebuilder
Class MVELTranslationException

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

public class MVELTranslationException
extends Exception

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

Constructor Summary
MVELTranslationException()
           
MVELTranslationException(String message)
           
MVELTranslationException(String message, Throwable cause)
           
MVELTranslationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MVELTranslationException

public MVELTranslationException()

MVELTranslationException

public MVELTranslationException(String message,
                                Throwable cause)

MVELTranslationException

public MVELTranslationException(String message)

MVELTranslationException

public MVELTranslationException(Throwable cause)


Copyright © 2013. All Rights Reserved.