public class ParseException extends Exception
Constructor and Description |
---|
ParseException(String message)
Construct a new
ParseException
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message)
ParseException
with the specified detail message.message
- the detail messageCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.