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