public class ParseException extends Exception
Constructor and Description |
---|
ParseException()
Constructs an ParseException with no detail message.
|
ParseException(String s)
Constructs an ParseException class with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException()
public ParseException(String s)
s
- the String containing a detail messageCopyright © 2000-2014. All Rights Reserved.