public class TypeMismatchException extends JaskellException
| Constructor and Description |
|---|
TypeMismatchException(java.lang.Class param_type,
java.lang.Class arg_type) |
TypeMismatchException(java.lang.Class param_type,
java.lang.Class arg_type,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getArgumentType() |
java.lang.Class |
getParameterType() |