
public class ModelException extends Exception
| Constructor and Description | 
|---|
| ModelException()Creates a new  ModelExceptioninstance. | 
| ModelException(String message)Creates a new  ModelExceptioninstance taking a message. | 
| ModelException(String message,
                            Throwable cause)Creates a new  ModelExceptioninstance taking a message and a cause. | 
| ModelException(Throwable cause)Creates a new  ModelExceptioninstance taking a cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelException()
ModelException instance.public ModelException(String message)
ModelException instance taking a message.message - The message of the exception.public ModelException(Throwable cause)
ModelException instance taking a cause.cause - The cause of the exception.public ModelException(String message, Throwable cause)
ModelException instance taking a message and a cause.message - The message of the exception.cause - The cause of the exception.Copyright © 2005–2016 The JOMC Project. All rights reserved.