Class AbstractI10nRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.commons.i10n.AbstractI10nRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DateParseException

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

  • Constructor Details

    • AbstractI10nRuntimeException

      public AbstractI10nRuntimeException()
    • AbstractI10nRuntimeException

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

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

      public AbstractI10nRuntimeException(Throwable cause)
  • Method Details