|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.jaskell.JaskellException
jfun.jaskell.MethodInvocationException
Represents an error when calling a java method from within jaskell.
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 |
public MethodInvocationException(java.lang.String msg)
msg
- public MethodInvocationException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- arg1
- public MethodInvocationException(java.lang.Throwable arg0)
arg0
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |