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