org.broadleafcommerce.admin.client.presenter.promotion.translation
Class IncompatibleMVELTranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.admin.client.presenter.promotion.translation.IncompatibleMVELTranslationException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleMVELTranslationException
extends java.lang.Exception

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
IncompatibleMVELTranslationException()
           
IncompatibleMVELTranslationException(java.lang.String message)
           
IncompatibleMVELTranslationException(java.lang.String message, java.lang.Throwable cause)
           
IncompatibleMVELTranslationException(java.lang.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

IncompatibleMVELTranslationException

public IncompatibleMVELTranslationException()

IncompatibleMVELTranslationException

public IncompatibleMVELTranslationException(java.lang.String message,
                                            java.lang.Throwable cause)
Parameters:
message -
cause -

IncompatibleMVELTranslationException

public IncompatibleMVELTranslationException(java.lang.String message)
Parameters:
message -

IncompatibleMVELTranslationException

public IncompatibleMVELTranslationException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2011. All Rights Reserved.