Class StaticPDFormatException

All Implemented Interfaces:
Serializable

public class StaticPDFormatException extends PDConfigurationException
Indicates an error encountered when parsing the Pipeline Description format, prior to resolving any parameters.
Since:
7.2
Author:
Phil Fearon
See Also:
  • Constructor Details

    • StaticPDFormatException

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

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

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