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