public class PDConfigurationException extends DeltaXMLException
Indicates an error condition in the Pipeline Description format.
This class is the super-class of most of the checked exceptions thrown by methods associated with the Pipeline Description format. As such it could be used for simplified, coarse-grain catch or throws clauses.
Constructor and Description |
---|
PDConfigurationException(java.lang.String message)
Creates a new
PDConfigurationException . |
PDConfigurationException(java.lang.String message,
java.lang.Throwable t)
Creates a new
PDConfigurationException . |
PDConfigurationException(java.lang.Throwable t)
Creates a new
PDConfigurationException . |
getCause, getThrowable
public PDConfigurationException(java.lang.String message)
PDConfigurationException
.message
- The exception message Stringpublic PDConfigurationException(java.lang.Throwable t)
PDConfigurationException
.t
- A nested throwable should it have lead to or caused this exceptionpublic PDConfigurationException(java.lang.String message, java.lang.Throwable t)
PDConfigurationException
.message
- The exception message Stringt
- A nested throwable should it have lead to or caused this exception