org.outerj.xreporter.report
Class WrongStateException

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

public class WrongStateException
extends java.lang.Exception

Thrown when a method on Report is called when it is not expected. E.g. when the output of a report is requested and not all the interaction steps have been completed.

See Also:
Serialized Form

Constructor Summary
WrongStateException(java.lang.String message)
           
 
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

WrongStateException

public WrongStateException(java.lang.String message)