org.mockcentral.server
Class UnknownVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockcentral.server.MockCentralServerException
                  extended by org.mockcentral.server.UnknownVariableException
All Implemented Interfaces:
java.io.Serializable

public class UnknownVariableException
extends MockCentralServerException

RuntimeException class used to indicate that a required runtime variable object was not found in the map defined by a MockCentralServer instance.

Author:
David Hutchinson
See Also:
Serialized Form

Constructor Summary
UnknownVariableException(java.lang.String message)
          Creates a new instance with the supplied unknown variable name.
 
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

UnknownVariableException

public UnknownVariableException(java.lang.String message)
Creates a new instance with the supplied unknown variable name.

Parameters:
message - the exception message.