Interface | Description |
---|---|
Unrescuable |
This marker interface is for JRuby internal exceptions that can't be caught
by Ruby exception handling.
|
Exception | Description |
---|---|
JumpException |
This class should be used for performance reasons if the
Exception don't need a stack trace.
|
JumpException.FlowControlException | |
JumpException.SpecialJump | |
MainExitException | |
RaiseException | |
ThreadKill |
Copyright © 2001-2016 JRuby. All Rights Reserved.