public class IGCParsingException extends IGCException
| Constructor and Description |
|---|
IGCParsingException(String errorMessage,
String details)
Constructor used for creating an IGCParsingException with some additional details, when not caused by some
other underlying error
|
IGCParsingException(String errorMessage,
String details,
Throwable caughtError)
Constructor used for creating an IGCParsingException when an unexpected error has been caught based on some
other underlying error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IGCParsingException(String errorMessage, String details, Throwable caughtError)
errorMessage - description of errordetails - details of the error, used only for logging purposescaughtError - previous error causing this exceptionpublic IGCParsingException(String errorMessage, String details)
errorMessage - description of errordetails - details about the description of the errorCopyright © 2018–2021 ODPi. All rights reserved.