frink.errors
Class UnknownUnitException

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.UnknownUnitException
All Implemented Interfaces:
java.io.Serializable

public class UnknownUnitException
extends FrinkConversionException

This is an exception that is thrown when an unknown unit is requested from Frink's Java integration methods.

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

Constructor Summary
UnknownUnitException(java.lang.String variable, java.lang.String unit)
          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

UnknownUnitException

public UnknownUnitException(java.lang.String variable,
                            java.lang.String unit)
Returns an error if a specified unit was not found.