net.christopherschultz.evaluator.function
Class BinaryOperator.IncompatibleArgumentsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.christopherschultz.evaluator.EvaluationException
              extended by net.christopherschultz.evaluator.function.BinaryOperator.IncompatibleArgumentsException
All Implemented Interfaces:
Serializable
Enclosing class:
BinaryOperator

public static class BinaryOperator.IncompatibleArgumentsException
extends EvaluationException

See Also:
Serialized Form

Constructor Summary
BinaryOperator.IncompatibleArgumentsException(Class a, Class b)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryOperator.IncompatibleArgumentsException

public BinaryOperator.IncompatibleArgumentsException(Class a,
                                                     Class b)