public class IGCParsingException extends IGCException
| Constructor and Description |
|---|
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 exceptionCopyright © 2018–2020 ODPi. All rights reserved.