Class CustomFilterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilterException
All Implemented Interfaces:
Serializable

public class CustomFilterException extends Exception
Provision for custom filter providers to create their own exception handling.
See Also:
  • Constructor Details

    • CustomFilterException

      public CustomFilterException(String message, Throwable cause)
    • CustomFilterException

      public CustomFilterException(String message)