Package com.sas.lsaf.clinical.tlf
Class TlfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.tlf.TlfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TlfNotFoundException
,TlfUpdateException
public abstract class TlfException extends AbstractCheckedException
Root of all checked TLF exceptions.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TlfException(java.lang.String message)
Constructs aTlfException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
TlfException
public TlfException(java.lang.String message)
Constructs aTlfException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-