org.outerj.xreporter.report
Class UnknownStepNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.report.UnknownStepNameException
All Implemented Interfaces:
LocalizedException, java.io.Serializable

public class UnknownStepNameException
extends java.lang.Exception
implements LocalizedException

Thrown when passing a stepname that does not exist.

See Also:
Serialized Form

Field Summary
protected  java.lang.String stepName
           
 
Constructor Summary
UnknownStepNameException(java.lang.String stepName)
           
 
Method Summary
 java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stepName

protected java.lang.String stepName
Constructor Detail

UnknownStepNameException

public UnknownStepNameException(java.lang.String stepName)
Method Detail

getMessage

public java.lang.String getMessage()

getLocalizedMessage

public java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
Specified by:
getLocalizedMessage in interface LocalizedException