public static class Model.ModelException extends GeneralException
GeneralException.Debug
Constructor and Description |
---|
Model.ModelException(java.lang.String reason)
Constructor when there is no underlying Throwable that caused the problem.
|
Model.ModelException(java.lang.String reason,
java.lang.Throwable cause)
Constructor when there is an underlying Throwable that caused the problem.
|
setDebug, toString
public Model.ModelException(java.lang.String reason)
reason
- The reason for the exceptionpublic Model.ModelException(java.lang.String reason, java.lang.Throwable cause)
reason
- The reason for the exceptioncause
- The Throwable that caused the problem