Class AbstractI10nException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.i10n.AbstractI10nException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CryptoException, EmailException

public abstract class AbstractI10nException extends Exception
Root exception for any Exception that wants to be localized.
Author:
avasquez
See Also:
  • Field Details

  • Constructor Details

    • AbstractI10nException

      public AbstractI10nException()
    • AbstractI10nException

      public AbstractI10nException(String key, Object... args)
    • AbstractI10nException

      public AbstractI10nException(String key, Throwable cause, Object... args)
    • AbstractI10nException

      public AbstractI10nException(Throwable cause)
  • Method Details