Class TlfTemplateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TlfTemplateExistsException, TlfTemplateNotFoundException

public abstract class TlfTemplateException extends AbstractCheckedException
The class that represents the root of all checked TLF template exceptions.
Since:
2.5
See Also:
  • Constructor Details

    • TlfTemplateException

      public TlfTemplateException(String message)
      Constructs a TlfTemplateException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).