jfun.jaskell
Class TypeMismatchException

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

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()