frink.errors
Class FrinkConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by frink.errors.FrinkException
              extended by frink.errors.FrinkConversionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnexpectedTypeException, UnknownUnitException, UnknownVariableException

public abstract class FrinkConversionException
extends frink.errors.FrinkException

This is an abstract base class that indicates a conversion error has occurred when calling Frink's Java integration methods.

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

Constructor Summary
FrinkConversionException(java.lang.String message)
          Construct a FrinkConversionException with the specified message.
 
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

FrinkConversionException

public FrinkConversionException(java.lang.String message)
Construct a FrinkConversionException with the specified message.