Package com.deltaxml.core.exceptions
Class DynamicPDFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.PDConfigurationException
com.deltaxml.core.exceptions.DynamicPDFormatException
- All Implemented Interfaces:
Serializable
Indicates an error encountered either when resolving XPath expressions in the Pipeline Description or when validating the
resolved Pipeline Description.
- Since:
- 7.2
- Author:
- Phil Fearon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicPDFormatException(String message) Creates a newDynamicPDFormatException.DynamicPDFormatException(String message, Throwable t) Creates a newDynamicPDFormatException.Creates a newDynamicPDFormatException. -
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
-
DynamicPDFormatException
Creates a newDynamicPDFormatException.- Parameters:
message- The exception message String
-
DynamicPDFormatException
Creates a newDynamicPDFormatException.- Parameters:
t- A nested throwable should it have lead to or caused this exception
-
DynamicPDFormatException
Creates a newDynamicPDFormatException.- Parameters:
message- The exception message Stringt- A nested throwable should it have lead to or caused this exception
-