Class TlfTemplateNotFoundException

All Implemented Interfaces:
Serializable

public class TlfTemplateNotFoundException extends TlfTemplateException
Thrown when the specified TLF template is not found.
Since:
2.5
See Also:
  • Constructor Details

    • TlfTemplateNotFoundException

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