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
.
Constructor and Description |
---|
PDAdvancedConfigException(java.lang.String message)
Creates a new
PDAdvancedConfigException . |
PDAdvancedConfigException(java.lang.String message,
java.lang.Throwable t)
Creates a new
PDAdvancedConfigException . |
PDAdvancedConfigException(java.lang.Throwable t)
Creates a new
PDAdvancedConfigException . |
getCause, getThrowable
public PDAdvancedConfigException(java.lang.String message)
PDAdvancedConfigException
.message
- The exception message Stringpublic PDAdvancedConfigException(java.lang.Throwable t)
PDAdvancedConfigException
.t
- A nested throwable should it have lead to or caused this exceptionpublic PDAdvancedConfigException(java.lang.String message, java.lang.Throwable t)
PDAdvancedConfigException
.message
- The exception message Stringt
- A nested throwable should it have lead to or caused this exception