public class ModelException extends Exception
| Constructor and Description |
|---|
ModelException()
Creates new
ModelException without detail message. |
ModelException(String msg)
Constructs an
ModelException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelException()
ModelException without detail message.public ModelException(String msg)
ModelException with the specified detail message.msg - the detail message.Copyright © 2015. All rights reserved.