public class CPDFDocumentException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
CPDFDocumentException.ErrType
Error type enumeration in document.
|
Constructor and Description |
---|
CPDFDocumentException() |
CPDFDocumentException(CPDFDocumentException.ErrType errType) |
CPDFDocumentException(CPDFDocumentException.ErrType errType,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
CPDFDocumentException.ErrType |
getErrType()
Gets error type enumeration, see in:
CPDFDocumentException.ErrType |
public CPDFDocumentException()
public CPDFDocumentException(CPDFDocumentException.ErrType errType)
public CPDFDocumentException(CPDFDocumentException.ErrType errType, java.lang.String msg)
public CPDFDocumentException.ErrType getErrType()
CPDFDocumentException.ErrType