net.grinder.script
Class InvalidContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
              extended by net.grinder.script.InvalidContextException
All Implemented Interfaces:
java.io.Serializable

public class InvalidContextException
extends GrinderException

Exception that represents an attempt to make an API call from an invalid context.

Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
InvalidContextException(java.lang.String s)
          Creates a new InvalidContextException instance.
 
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

InvalidContextException

public InvalidContextException(java.lang.String s)
Creates a new InvalidContextException instance.

Parameters:
s - Exception message.