|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.rad.model.ModelException
public class ModelException
The ModelException
is used to throw model depending
Exception
's.
Constructor Summary | |
---|---|
ModelException(String pErrorMessage)
Constructs the ModelException with the specified error message. |
|
ModelException(String pErrorMessage,
Throwable pMainCause)
Constructs the ModelException with the specified error message
and main cause. |
|
ModelException(Throwable pMainCause)
Constructs the ModelException with the specified error message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelException(String pErrorMessage)
ModelException
with the specified error message.
pErrorMessage
- the error message of the Exception
public ModelException(Throwable pMainCause)
ModelException
with the specified error message.
pMainCause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public ModelException(String pErrorMessage, Throwable pMainCause)
ModelException
with the specified error message
and main cause.
pErrorMessage
- the error message of the Exception
pMainCause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |