frink.errors
Class UnknownVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by frink.errors.FrinkException
              extended by frink.errors.FrinkConversionException
                  extended by frink.errors.UnknownVariableException
All Implemented Interfaces:
java.io.Serializable

public class UnknownVariableException
extends FrinkConversionException

This is an exception that is thrown when an unknown variable is requested and the return type of the method doesn't allow us to return null.

Author:
Alan Eliasen, eliasen@mindspring.com
See Also:
Serialized Form

Constructor Summary
UnknownVariableException(java.lang.String variable)
          Returns an error if a specified unit was not found.
 
Method Summary
 
Methods inherited from class frink.errors.FrinkException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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 variable)
Returns an error if a specified unit was not found.