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:
Serializable
- Direct Known Subclasses:
TlfTemplateExistsException,TlfTemplateNotFoundException
The class that represents the root of all checked TLF template exceptions.
- Since:
- 2.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTlfTemplateException(String message) Constructs aTlfTemplateExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TlfTemplateException
Constructs aTlfTemplateExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-