Package org.jruby.embed
Class EvalFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.embed.EvalFailedException
- All Implemented Interfaces:
Serializable
This class is a generic unchecked exception raised during evaluating.
- Author:
- Yoko Harada <[email protected]>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEvalFailedException
(String message, Throwable cause) EvalFailedException
(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
-
EvalFailedException
-
EvalFailedException
-