org.jatha.compile
Class ArgumentCountMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jatha.compile.CompilerException
org.jatha.compile.ArgumentCountMismatchException
- All Implemented Interfaces:
- Serializable
public class ArgumentCountMismatchException
- extends CompilerException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArgumentCountMismatchException
ArgumentCountMismatchException()
ArgumentCountMismatchException
ArgumentCountMismatchException(String function,
String numArgsExpected,
long numArgsReceived)