|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.pipeline.PipelineCreationException
public class PipelineCreationException
This is a wrapper exception for use by PipelineFactory
s.
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 |
---|
public PipelineCreationException()
PipelineCreationException
without detail message.
public PipelineCreationException(String msg)
PipelineCreationException
with the specified detail message.
msg
- the detail message.public PipelineCreationException(String msg, Throwable cause)
PipelineCreationException
with the specified detail message.
msg
- the detail message.public PipelineCreationException(Throwable cause)
PipelineCreationException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |