Class UndefinedConstructException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
quickparse.semantics.interpreters.typed.exception.InterpreterException
quickparse.semantics.interpreters.typed.exception.UndefinedConstructException
- All Implemented Interfaces:
java.io.Serializable
public class UndefinedConstructException extends InterpreterException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UndefinedConstructException(java.lang.String symbol, java.lang.reflect.Method method) -
Method Summary
-
Field Details
-
Constructor Details
-
UndefinedConstructException
public UndefinedConstructException(java.lang.String symbol, java.lang.reflect.Method method)
-