Class CustomFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilterException
- All Implemented Interfaces:
Serializable
Provision for custom filter providers to create their own exception handling.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFilterException(String message) CustomFilterException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomFilterException
-
CustomFilterException
-