Class PDAdvancedConfigException

All Implemented Interfaces:
Serializable

public class PDAdvancedConfigException extends PDConfigurationException

Indicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline Description.

The cause of this exception may be one of: PropertyNotRecognizedException, FeatureSettingNotSupportedException, PropertySettingNotSupportedException, FeatureNotRecognizedException.

Since:
7.2
Author:
Phil Fearon
See Also:
  • Constructor Details

    • PDAdvancedConfigException

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

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

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