Class ParameterCountMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
quickparse.semantics.interpreters.typed.exception.InterpreterException
quickparse.semantics.interpreters.typed.exception.ParameterCountMismatchException
- All Implemented Interfaces:
java.io.Serializable
public class ParameterCountMismatchException extends InterpreterException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.Class<?>>expectedParameterTypesjava.lang.reflect.MethodmethodintmismatchRulerule -
Constructor Summary
Constructors Constructor Description ParameterCountMismatchException(java.lang.reflect.Method method, Rule rule, java.util.List<java.lang.Class<?>> expectedParameterTypes) -
Method Summary
-
Field Details
-
method
public final java.lang.reflect.Method method -
rule
-
expectedParameterTypes
public final java.util.List<java.lang.Class<?>> expectedParameterTypes -
mismatch
public final int mismatch
-
-
Constructor Details
-
ParameterCountMismatchException
public ParameterCountMismatchException(java.lang.reflect.Method method, Rule rule, java.util.List<java.lang.Class<?>> expectedParameterTypes)
-