public class ParseException extends Exception
Exception signals that a parse exception of some
sort has occurred.| Constructor and Description |
|---|
ParseException()
Constructs a
ParseException with null
as its error detail message. |
ParseException(String s)
Constructs a
ParseException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException()
ParseException with null
as its error detail message.public ParseException(String s)
ParseException with the specified detail
message. The error message string s can later be
retrieved by the Throwable.getMessage()
method of class Throwable.s - the detail message.Copyright © 2015. All Rights Reserved.