Jatha Software

org.jatha.compile
Class ArgumentCountMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jatha.compile.CompilerException
              extended by org.jatha.compile.ArgumentCountMismatchException
All Implemented Interfaces:
Serializable

public class ArgumentCountMismatchException
extends CompilerException

See Also:
Serialized Form

Constructor Summary
ArgumentCountMismatchException()
           
ArgumentCountMismatchException(String function, String numArgsExpected, long numArgsReceived)
           
 
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

ArgumentCountMismatchException

ArgumentCountMismatchException()

ArgumentCountMismatchException

ArgumentCountMismatchException(String function,
                               String numArgsExpected,
                               long numArgsReceived)

Jatha Software