public final class ParseException extends Exception
Constructor and Description |
---|
ParseException(Exception cause)
Construct a parse exception with given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(Exception cause)
cause
- The exception that caused this excetion to be thrown.Copyright © 2013. All rights reserved.