Uses of Class
orc.error.ArityMismatchException

Packages that use ArityMismatchException
orc.runtime.values   
 

Uses of ArityMismatchException in orc.runtime.values
 

Methods in orc.runtime.values that throw ArityMismatchException
 void Closure.createCall(Token callToken, java.util.List<Future> args, Node nextNode)
          To create a call to a closure, a new token is created using the environment in which the closure was defined.