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
public class PipelineException extends Exception
An exception that can be thrown by a Pipeline.- Author:
- redlab_b
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PipelineException(Exception e)
PipelineException(String msg)
PipelineException(String msg, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PipelineException
public PipelineException(Exception e)
- Parameters:
e
- an exception.
-
PipelineException
public PipelineException(String msg, Exception e)
- Parameters:
msg
- a message.e
- an exception.
-
PipelineException
public PipelineException(String msg)
- Parameters:
msg
- a message.
-
-