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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright © 2015. All Rights Reserved.