Package com.itextpdf.tool.xml
Class PipelineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.tool.xml.PipelineException
-
- All Implemented Interfaces:
java.io.Serializable
public class PipelineException extends java.lang.Exception
An exception that can be thrown by a Pipeline.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PipelineException(java.lang.Exception e)
PipelineException(java.lang.String msg)
PipelineException(java.lang.String msg, java.lang.Exception e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PipelineException
public PipelineException(java.lang.Exception e)
- Parameters:
e
- an exception.
-
PipelineException
public PipelineException(java.lang.String msg, java.lang.Exception e)
- Parameters:
msg
- a message.e
- an exception.
-
PipelineException
public PipelineException(java.lang.String msg)
- Parameters:
msg
- a message.
-
-