Class DynamicPDFormatException

All Implemented Interfaces:
Serializable

public class DynamicPDFormatException extends PDConfigurationException
Indicates an error encountered either when resolving XPath expressions in the Pipeline Description or when validating the resolved Pipeline Description.
Since:
7.2
Author:
Phil Fearon
See Also:
  • Constructor Details

    • DynamicPDFormatException

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

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

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