Class TlfException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TlfNotFoundException, TlfUpdateException

public abstract class TlfException extends AbstractCheckedException
Root of all checked TLF exceptions.
Since:
2.5
See Also:
  • Constructor Details

    • TlfException

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