|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.jtopenlite.MessageException
public class MessageException
Represents an IOException that includes one or more Messages as part of its exception text.
| Constructor Summary | |
|---|---|
MessageException(Message[] messages)
Constructs a MessageException with no preamble. |
|
MessageException(String preamble,
Message[] messages)
Constructs a MessageException with the specified preamble and messages. |
|
| Method Summary | |
|---|---|
Message[] |
getMessages()
Returns the array of Messages. |
String |
getPreamble()
Returns the preamble, which may be null. |
| 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 MessageException(String preamble,
Message[] messages)
public MessageException(Message[] messages)
| Method Detail |
|---|
public String getPreamble()
public Message[] getMessages()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||