jfun.jaskell
Class TypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjfun.jaskell.JaskellException
                  extended byjfun.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

Constructor Summary
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)
           
 
Method Summary
 java.lang.Class getArgumentType()
           
 java.lang.Class getParameterType()
           
 
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
 

Constructor Detail

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)
Method Detail

getArgumentType

public java.lang.Class getArgumentType()

getParameterType

public java.lang.Class getParameterType()