|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.pipeline.StageException
public class StageException
Exception wrapper class for exceptions that occur while processing a stage.
| Constructor Summary | |
|---|---|
StageException(Stage source)
Creates a new instance of StageException without detail message. |
|
StageException(Stage source,
String msg)
Constructs an instance of StageException with the specified detail message. |
|
StageException(Stage source,
String msg,
Throwable cause)
Constructs an instance of StageException with the specified detail message and cause |
|
StageException(Stage source,
Throwable cause)
Constructs an instance of StageException with the specified detail message and cause |
|
| Method Summary | |
|---|---|
Stage |
getSource()
Returns a reference to the Stage object where the exception occurred. |
| 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 StageException(Stage source)
StageException without detail message.
source - the stage that was the source of the exception
public StageException(Stage source,
String msg)
StageException with the specified detail message.
source - the stage that was the source of the exceptionmsg - the detail message.
public StageException(Stage source,
Throwable cause)
StageException with the specified detail message and cause
source - the stage where the error occurredmsg - the detail message.cause - Throwable that caused this exception.
public StageException(Stage source,
String msg,
Throwable cause)
StageException with the specified detail message and cause
source - the stage where the error occurredmsg - the detail message.cause - Throwable that caused this exception.| Method Detail |
|---|
public Stage getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||