|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.microedition.ipdr.DataException
Represents an exception that is thrown when there is an error regarding the protocol data.
Not to be confused with ProtocolMalformedMsgException, which is used when the message itself is messed up.
javax.microedition.protocol.ProtocolMalformedMsgException
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
DataException(java.lang.Object o,
java.lang.String function,
java.lang.String msg)
Creates the exception from the object (e.g., the running thread), the function (or method) in the object, and the message. |
|
DataException(java.lang.String msg)
Creates the exception from a single string. |
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 DataException(java.lang.String msg)
msg
- message that describes what went wrong.public DataException(java.lang.Object o, java.lang.String function, java.lang.String msg)
o
- the object (e.g. the running thread).function
- the function (or method) in the object.msg
- message that describes what went wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |