com.hs.mail.imap.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hs.mail.imap.parser.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends RuntimeException
This exception is thrown when errors are encountered while parsing the IMAP
command.
- Since:
- Jan 12, 2010
- Author:
- Won Chul Doh
- See Also:
- Serialized Form
ParseException
public ParseException(String tag,
Throwable cause)
ParseException
public ParseException(String tag,
String message)
ParseException
public ParseException(LinkedList<Token> tokens,
String message)
ParseException
public ParseException(LinkedList<Token> tokens,
String message,
Throwable cause)
getTag
public String getTag()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2011. All Rights Reserved.