public class ParsingCanceledException extends RuntimeException
| Constructor and Description |
|---|
ParsingCanceledException()
Creates a new instance of
ParsingCanceledException. |
ParsingCanceledException(Throwable cause)
Creates a new instance of
ParsingCanceledException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParsingCanceledException()
ParsingCanceledException.public ParsingCanceledException(Throwable cause)
ParsingCanceledException.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).Copyright © 2018. All rights reserved.