|
||||||||||
| 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.sun.xml.messaging.saaj.packaging.mime.MessagingException
com.sun.xml.messaging.saaj.packaging.mime.internet.ParseException
public class ParseException
The exception thrown due to an error in parsing RFC822 or MIME headers
| Constructor Summary | |
|---|---|
ParseException()
Constructs a ParseException with no detail message. |
|
ParseException(java.lang.String s)
Constructs a ParseException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class com.sun.xml.messaging.saaj.packaging.mime.MessagingException |
|---|
getMessage, getNextException, setNextException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ParseException()
public ParseException(java.lang.String s)
s - the detail message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||