public class ExtractorException extends RuntimeException
| Constructor and Description |
|---|
ExtractorException(String message)
Forwarded super-class constructor
|
ExtractorException(String message,
Throwable cause)
Constructor that requires a message and another exception.
|
ExtractorException(Throwable e)
Constructor that forwards a super class constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExtractorException(String message)
message - a message describing the cause of the exceptionpublic ExtractorException(Throwable e)
e - the exception that caused the failureCopyright © 2017–2019. All rights reserved.