|
||||||||||
| 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.lang.RuntimeException
com.hs.mail.imap.parser.ParseException
public class ParseException
This exception is thrown when errors are encountered while parsing the IMAP command.
| Constructor Summary | |
|---|---|
ParseException(LinkedList<Token> tokens,
String message)
|
|
ParseException(LinkedList<Token> tokens,
String message,
Throwable cause)
|
|
ParseException(String tag,
String message)
|
|
ParseException(String tag,
Throwable cause)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
String |
getTag()
|
| 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(String tag,
Throwable cause)
public ParseException(String tag,
String message)
public ParseException(LinkedList<Token> tokens,
String message)
public ParseException(LinkedList<Token> tokens,
String message,
Throwable cause)
| Method Detail |
|---|
public String getTag()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||