public class ParseException extends MessagingException
| Constructor and Description |
|---|
ParseException()
Constructor with no detail message.
|
ParseException(String s)
Constructor with the specified detail message.
|
getMessage, getNextException, printStackTrace, printStackTrace, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic ParseException()
public ParseException(String s)
s - the detail message© Copyright 2003, 2004 The Free Software Foundation, All rights reserved