frysk.value
Class InvalidOperatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by frysk.value.InvalidOperatorException
All Implemented Interfaces:
Serializable

public class InvalidOperatorException
extends RuntimeException

An operation is not permitted on the specified type.

See Also:
Serialized Form

Constructor Summary
InvalidOperatorException(Type type, String operator)
           
InvalidOperatorException(Type t1, Type t2, String operator)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidOperatorException

public InvalidOperatorException(Type type,
                                String operator)

InvalidOperatorException

public InvalidOperatorException(Type t1,
                                Type t2,
                                String operator)