|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
AMETAS.util.context.ContextException
Exception which occurs when working with contexts.
| Constructor Summary | |
ContextException()
Constructor. |
|
ContextException(java.lang.String sMessage)
Constructor with details. |
|
ContextException(java.lang.String sMessage,
AMETASMessage msg)
Constructor with details and offending message. |
|
| Method Summary | |
AMETASMessage |
getOffendingMessage()
Returns the message which caused this exception. |
| 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 ContextException()
public ContextException(java.lang.String sMessage)
sMessage - Details.
public ContextException(java.lang.String sMessage,
AMETASMessage msg)
sMessage - Details.msg - Message which caused this exception.| Method Detail |
public AMETASMessage getOffendingMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||