org.jruby.exceptions
Interface Unrescuable

All Known Implementing Classes:
JumpException.BreakJump, JumpException.FlowControlException, JumpException.NextJump, JumpException.RedoJump, JumpException.RetryJump, JumpException.ReturnJump, 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



Copyright © 2002-2009 JRuby Team. All Rights Reserved.