Package org.jruby.embed
Class InvokeFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.embed.InvokeFailedException
- All Implemented Interfaces:
Serializable
This class is a generic unchecked exception raised during calling methods and
invoking interface methods which are implemented by Ruby scripts.
- Author:
- Yoko Harada <[email protected]>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeFailedException
(String message, Throwable cause) InvokeFailedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvokeFailedException
-
InvokeFailedException
-