
public class ModelException extends Exception
| Constructor and Description | 
|---|
ModelException()
Creates a new  
ModelException instance. | 
ModelException(String message)
Creates a new  
ModelException instance taking a message. | 
ModelException(String message,
                            Throwable cause)
Creates a new  
ModelException instance taking a message and a cause. | 
ModelException(Throwable cause)
Creates a new  
ModelException instance 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-2013 The JOMC Project. All Rights Reserved.