public class ModelException extends Exception
| Constructor and Description |
|---|
ModelException()
Instantiates a new model exception.
|
ModelException(String arg0)
Instantiates a new model exception.
|
ModelException(String arg0,
Throwable arg1)
Instantiates a new model exception.
|
ModelException(String arg0,
Throwable arg1,
boolean arg2,
boolean arg3)
Instantiates a new model exception.
|
ModelException(Throwable arg0)
Instantiates a new model exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelException()
public ModelException(String arg0)
arg0 - the arg0public ModelException(Throwable arg0)
arg0 - the arg0public ModelException(String arg0, Throwable arg1)
arg0 - the arg0arg1 - the arg1Copyright © 2016. All rights reserved.