Class TlfTemplateNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.tlftemplate.TlfTemplateException
-
- com.sas.lsaf.clinical.tlftemplate.TlfTemplateNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class TlfTemplateNotFoundException extends TlfTemplateException
Thrown when the specified TLF template is not found.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TlfTemplateNotFoundException(java.lang.String message)
Constructs aTlfTemplateNotFoundException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
TlfTemplateNotFoundException
public TlfTemplateNotFoundException(java.lang.String message)
Constructs aTlfTemplateNotFoundException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-