fi.hu.cs.titokone
Class InvalidSymbolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfi.hu.cs.titokone.InvalidSymbolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidDefinitionException

public class InvalidSymbolException
extends java.lang.RuntimeException

This class represents a situation where a symboltable has been queried for a symbol it does not contain.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidSymbolException(java.lang.String message)
          This constructor sets up an instance of the class.
 
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

InvalidSymbolException

public InvalidSymbolException(java.lang.String message)
This constructor sets up an instance of the class.

Parameters:
message - The message to describe the problem more verbosely, for the user's eyes.