java.io.Serializablepublic class PdfExtractorException
extends java.lang.Exception
| Constructor | Description |
|---|---|
PdfExtractorException(PdfExtractorExceptionType type) |
Creates a new exception with the given
PdfExtractorExceptionType. |
PdfExtractorException(PdfExtractorExceptionType type,
java.lang.Throwable cause) |
Creates a new exception with the given
PdfExtractorExceptionType
and cause. |
PdfExtractorException(java.lang.String message,
PdfExtractorExceptionType type) |
Creates a new exception with the given message and
PdfExtractorExceptionType |
PdfExtractorException(java.lang.String message,
PdfExtractorExceptionType type,
java.lang.Throwable cause) |
Creates a new exception with the given
PdfExtractorExceptionType
and cause |
| Modifier and Type | Method | Description |
|---|---|---|
PdfExtractorExceptionType |
getType() |
Returns the
PdfExtractorExceptionType of the exception. |
public PdfExtractorException(PdfExtractorExceptionType type)
PdfExtractorExceptionType.type - the typepublic PdfExtractorException(PdfExtractorExceptionType type, java.lang.Throwable cause)
PdfExtractorExceptionType
and cause.type - the typecause - the cause. (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)public PdfExtractorException(java.lang.String message,
PdfExtractorExceptionType type)
PdfExtractorExceptionTypemessage - the detail messagetype - the typepublic PdfExtractorException(java.lang.String message,
PdfExtractorExceptionType type,
java.lang.Throwable cause)
PdfExtractorExceptionType
and causemessage - the detail messagetype - the typecause - the cause. (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)public PdfExtractorExceptionType getType()
PdfExtractorExceptionType of the exception.