Package org.jruby.exceptions
Interface Unrescuable
- All Known Implementing Classes:
CatchThrow,IRBreakJump,IRReturnJump,IRWrappedLambdaReturnValue,JumpException.FlowControlException,JumpException.SpecialJump,MainExitException,MRIRecursionGuard.RecursiveError,RubyContinuation.Continuation,ThreadContext.RecursiveError,ThreadKill
public interface Unrescuable
This marker interface is for JRuby internal exceptions that can't be caught
by Ruby exception handling.