|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
Encapsulates a system message
| Constructor Summary | |
|---|---|
protected |
SystemMessageException(String msg)
Constructor |
|
SystemMessageException(SystemMessage msg)
Constructor |
| Method Summary | |
|---|---|
SystemMessage |
getSystemMessage()
|
boolean |
hasLongID(String longMessageID)
Tests if the SystemMessage encapsulated by this exception has a long id equal to the argument. |
void |
setSystemMessage(SystemMessage msg)
Set the SystemMessage being wrapped |
| 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 |
protected SystemMessageException(String msg)
msg - - a message to wrap.public SystemMessageException(SystemMessage msg)
msg - - a system message to wrap.| Method Detail |
public SystemMessage getSystemMessage()
public boolean hasLongID(String longMessageID)
longMessageID - the String containing the message id to test.
public void setSystemMessage(SystemMessage msg)
msg - the SystemMessage wrapped by this SystemMessageException
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||