|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.objectxp.msg.MessageException
public class MessageException
This exception will be thrown by the Messaging package
| Constructor Summary | |
|---|---|
MessageException(java.lang.String message)
|
|
MessageException(java.lang.String message,
java.lang.Exception exception)
|
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Returns the exception that caused this MessageException |
java.lang.String |
getMessage()
Get the message for this Exception |
void |
printStackTrace()
Prints this MessageException and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this MessageException and its backtrace to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this MessageException and its backtrace to the specified print writer. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageException(java.lang.String message)
public MessageException(java.lang.String message,
java.lang.Exception exception)
| Method Detail |
|---|
public java.lang.Exception getException()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - PrintStream to use for outputpublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwables - PrintWriter to use for output
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||