jenes.stage
Class StageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jenes.stage.StageException
All Implemented Interfaces:
java.io.Serializable

public class StageException
extends java.lang.RuntimeException

An exception thrown during a stage processing.

Since:
1.0
Version:
1.2
Author:
Luigi Troiano, Pierpaolo Lombardi, Giuseppe Pascale, Thierry Bodhuin
See Also:
AbstractStage, Serialized Form

Constructor Summary
StageException(java.lang.String message)
          Constructs a new StageException with the specified message
StageException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new StageException with the specified message and the specified cause
StageException(java.lang.Throwable cause)
          Constructs a new StageException with the specified cause
 
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

StageException

public StageException(java.lang.String message,
                      java.lang.Throwable cause)
Constructs a new StageException with the specified message and the specified cause

Parameters:
message - the exception message
cause - the exception cause

StageException

public StageException(java.lang.String message)
Constructs a new StageException with the specified message

Parameters:
message - the exception message

StageException

public StageException(java.lang.Throwable cause)
Constructs a new StageException with the specified cause

Parameters:
cause - the exception cause