Searched defs:ParseException (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception { class in inherits:Exception
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal, method in class:ParseException
64 public ParseException() { method in class:ParseException
69 public ParseException(String message) { method in class:ParseException
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception { class in inherits:Exception
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal, method in class:ParseException
64 public ParseException() { method in class:ParseException
69 public ParseException(String message) { method in class:ParseException
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
H A DParseException.java1 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
28 public class ParseException extends Exception { class in inherits:Exception
40 * ParseException: <result of getMessage>
42 public ParseException(Token currentTokenVal, method in class:ParseException
64 public ParseException() { method in class:ParseException
69 public ParseException(String message) { method in class:ParseException

Completed in 51 milliseconds