Package com.sas.lsaf.clinical.model
Class ModelNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.model.ModelException
-
- com.sas.lsaf.clinical.model.ModelNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelNotFoundException extends ModelException
Thrown when the specified model is not found.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelNotFoundException(java.lang.String message)
Constructs aModelNotFoundException
with the specified path and message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ModelNotFoundException
public ModelNotFoundException(java.lang.String message)
Constructs aModelNotFoundException
with the specified path and message.- Parameters:
message
- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-