public class ParseException extends Exception
Thrown if an error occurs while parsing.
| Constructor and Description | 
|---|
ParseException(String message)
 Constructs a new exception with the specified detail message. 
 | 
ParseException(String message,
              Throwable cause)
 Constructs a new exception with the specified detail message and cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String message)
Constructs a new exception with the specified detail message.
message - The detail message.Copyright © 2015–2019. All rights reserved.