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

/javamail/mail/src/main/java/javax/mail/internet/
H A DParseException.java52 public class ParseException extends MessagingException { class in inherits:MessagingException
57 * Constructs a ParseException with no detail message.
59 public ParseException() { method in class:ParseException
64 * Constructs a ParseException with the specified detail message.
67 public ParseException(String s) { method in class:ParseException

Completed in 12 milliseconds