public class ParseException extends Exception
Constructor and Description |
---|
ParseException(String msg)
Constructs an instance of
ParseException with the specified detail message. |
ParseException(String message,
Throwable cause)
Constructs an instance of
ParseException with the specified message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String msg)
ParseException
with the specified detail message.msg
- the detail message.Copyright © 2009-2013. All Rights Reserved.