org.apache.commons.pipeline
Class PipelineCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.pipeline.PipelineCreationException
All Implemented Interfaces:
Serializable

public class PipelineCreationException
extends Exception

This is a wrapper exception for use by PipelineFactorys.

See Also:
Serialized Form

Constructor Summary
PipelineCreationException()
          Creates a new instance of PipelineCreationException without detail message.
PipelineCreationException(String msg)
          Constructs an instance of PipelineCreationException with the specified detail message.
PipelineCreationException(String msg, Throwable cause)
          Constructs an instance of PipelineCreationException with the specified detail message.
PipelineCreationException(Throwable cause)
          Constructs an instance of PipelineCreationException with the specified detail message.
 
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

PipelineCreationException

public PipelineCreationException()
Creates a new instance of PipelineCreationException without detail message.


PipelineCreationException

public PipelineCreationException(String msg)
Constructs an instance of PipelineCreationException with the specified detail message.

Parameters:
msg - the detail message.

PipelineCreationException

public PipelineCreationException(String msg,
                                 Throwable cause)
Constructs an instance of PipelineCreationException with the specified detail message.

Parameters:
msg - the detail message.

PipelineCreationException

public PipelineCreationException(Throwable cause)
Constructs an instance of PipelineCreationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.