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:
Serializable
- Direct Known Subclasses:
ModelNotFoundException
The root of the hierarchy of all checked model exceptions.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelException(String message) Constructs aModelExceptionwith 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
-
ModelException
Constructs aModelExceptionwith the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-