jfun.jaskell
Class MethodInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjfun.jaskell.JaskellException
                  extended byjfun.jaskell.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class MethodInvocationException
extends JaskellException

Represents an error when calling a java method from within jaskell.

Author:
Ben Yu Jan 13, 2005
See Also:
Serialized Form

Constructor Summary
MethodInvocationException(java.lang.String msg)
           
MethodInvocationException(java.lang.String arg0, java.lang.Throwable arg1)
           
MethodInvocationException(java.lang.Throwable arg0)
           
 
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

MethodInvocationException

public MethodInvocationException(java.lang.String msg)
Parameters:
msg -

MethodInvocationException

public MethodInvocationException(java.lang.String arg0,
                                 java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

MethodInvocationException

public MethodInvocationException(java.lang.Throwable arg0)
Parameters:
arg0 -