org.javasteps
Class StepNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.javasteps.StepNotFoundException
All Implemented Interfaces:
Serializable

public class StepNotFoundException
extends Exception

Thrown when a step is searched using a specific stepId but is not found

Version:
1.1
Author:
Ran Kornfeld
See Also:
Serialized Form

Constructor Summary
StepNotFoundException()
           
StepNotFoundException(String message)
           
StepNotFoundException(String message, Throwable cause)
           
StepNotFoundException(Throwable 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

StepNotFoundException

public StepNotFoundException()

StepNotFoundException

public StepNotFoundException(String message)

StepNotFoundException

public StepNotFoundException(String message,
                             Throwable cause)

StepNotFoundException

public StepNotFoundException(Throwable cause)