jfun.jaskell
Class TypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.jaskell.JaskellException
jfun.jaskell.TypeMismatchException
- All Implemented Interfaces:
- java.io.Serializable
- public class TypeMismatchException
- extends JaskellException
Represents a type mismatch error.
Zephyr Business Solutions Corp.
- Author:
- Ben Yu
- See Also:
- Serialized Form
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 |
TypeMismatchException
public TypeMismatchException(java.lang.Class param_type,
java.lang.Class arg_type)
TypeMismatchException
public TypeMismatchException(java.lang.Class param_type,
java.lang.Class arg_type,
java.lang.String msg)
getArgumentType
public java.lang.Class getArgumentType()
getParameterType
public java.lang.Class getParameterType()