jfun.jaskell
Class MethodInvocationException

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.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)
           
 
Method Summary
 
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 -