Class PDConfigurationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynamicPDFormatException, PDAdvancedConfigException, PDFilterConfigurationException, StaticPDFormatException

public class PDConfigurationException extends DeltaXMLException

Indicates an error condition in the Pipeline Description format.

This class is the super-class of most of the checked exceptions thrown by methods associated with the Pipeline Description format. As such it could be used for simplified, coarse-grain catch or throws clauses.

Since:
7.2
Author:
Nigel Whitaker
See Also:
  • Constructor Details

    • PDConfigurationException

      public PDConfigurationException(String message)
      Parameters:
      message - The exception message String
    • PDConfigurationException

      public PDConfigurationException(Throwable t)
      Parameters:
      t - A nested throwable should it have lead to or caused this exception
    • PDConfigurationException

      public PDConfigurationException(String message, Throwable t)
      Parameters:
      message - The exception message String
      t - A nested throwable should it have lead to or caused this exception