Package com.itextpdf.tool.xml
Class PipelineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.tool.xml.PipelineException
- All Implemented Interfaces:
Serializable
An exception that can be thrown by a Pipeline.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PipelineException
- Parameters:
e
- an exception.
-
PipelineException
- Parameters:
msg
- a message.e
- an exception.
-
PipelineException
- Parameters:
msg
- a message.
-