net.sf.seide.core
Class InvalidStageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.seide.core.InvalidStageException
All Implemented Interfaces:
Serializable

public class InvalidStageException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidStageException(String stage)
           
InvalidStageException(String stage, String message)
           
InvalidStageException(String stage, String message, Throwable cause)
           
InvalidStageException(String stage, Throwable cause)
           
 
Method Summary
 String getStage()
           
 
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

InvalidStageException

public InvalidStageException(String stage)

InvalidStageException

public InvalidStageException(String stage,
                             String message)

InvalidStageException

public InvalidStageException(String stage,
                             Throwable cause)

InvalidStageException

public InvalidStageException(String stage,
                             String message,
                             Throwable cause)
Method Detail

getStage

public String getStage()


Copyright © 2011. All Rights Reserved.