Package com.deltaxml.core.exceptions
Class PDAdvancedConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.PDConfigurationException
com.deltaxml.core.exceptions.PDAdvancedConfigException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionPDAdvancedConfigException(String message) Creates a newPDAdvancedConfigException.PDAdvancedConfigException(String message, Throwable t) Creates a newPDAdvancedConfigException.Creates a newPDAdvancedConfigException. -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDAdvancedConfigException
Creates a newPDAdvancedConfigException.- Parameters:
message- The exception message String
-
PDAdvancedConfigException
Creates a newPDAdvancedConfigException.- Parameters:
t- A nested throwable should it have lead to or caused this exception
-
PDAdvancedConfigException
Creates a newPDAdvancedConfigException.- Parameters:
message- The exception message Stringt- A nested throwable should it have lead to or caused this exception
-