public class IAParsingException extends IAException
| Constructor and Description |
|---|
IAParsingException(String errorMessage,
String details,
Throwable caughtError)
Constructor used for creating an IAParsingException when an unexpected error has been caught based on some
other underlying error.
|
IAParsingException(String errorMessage,
Throwable caughtError)
Constructor used for creating an IAParsingException when an unexpected error has been caught based on some
other underlying error and we are simply re-throwing.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IAParsingException(String errorMessage, Throwable caughtError)
errorMessage - description of errorcaughtError - previous error causing this exceptionpublic IAParsingException(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.