Class TlfTemplateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.tlftemplate.TlfTemplateException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TlfTemplateException(java.lang.String message)
Constructs aTlfTemplateException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
TlfTemplateException
public TlfTemplateException(java.lang.String message)
Constructs aTlfTemplateException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-