com.itextpdf.tool.xml
Class PipelineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
PipelineException(Exception e)
           
PipelineException(String msg)
           
PipelineException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.


Copyright © 2012. All Rights Reserved.