Hierarchy For Package org.jruby.exceptions
Class Hierarchy
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.io.IOException
- org.jruby.exceptions.ReadPartialBufferOverflowException
- java.lang.RuntimeException
- org.jruby.exceptions.CatchThrow (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.FiberKill (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.JumpException
- org.jruby.exceptions.JumpException.FlowControlException (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.JumpException.SpecialJump
- org.jruby.exceptions.RaiseException
- org.jruby.exceptions.Exception
- org.jruby.exceptions.Fatal
- org.jruby.exceptions.NoMemoryError
- org.jruby.exceptions.ScriptError
- org.jruby.exceptions.LoadError
- org.jruby.exceptions.NotImplementedError
- org.jruby.exceptions.SyntaxError
- org.jruby.exceptions.SecurityError
- org.jruby.exceptions.SignalException
- org.jruby.exceptions.Interrupt
- org.jruby.exceptions.StandardError
- org.jruby.exceptions.ArgumentError
- org.jruby.exceptions.DomainError
- org.jruby.exceptions.UncaughtThrowError
- org.jruby.exceptions.EncodingError
- org.jruby.exceptions.EncodingError.CompatibilityError
- org.jruby.exceptions.EncodingError.ConverterNotFoundError
- org.jruby.exceptions.EncodingError.InvalidByteSequenceError
- org.jruby.exceptions.EncodingError.UndefinedConversionError
- org.jruby.exceptions.FiberError
- org.jruby.exceptions.IndexError
- org.jruby.exceptions.KeyError
- org.jruby.exceptions.StopIteration
- org.jruby.exceptions.IOError
- org.jruby.exceptions.EOFError
- org.jruby.exceptions.LocalJumpError
- org.jruby.exceptions.NameError
- org.jruby.exceptions.NoMethodError
- org.jruby.exceptions.NoMatchingPatternError
- org.jruby.exceptions.NoMatchingPatternKeyError
- org.jruby.exceptions.RangeError
- org.jruby.exceptions.FloatDomainError
- org.jruby.exceptions.RegexpError
- org.jruby.exceptions.InterruptedRegexpError
- org.jruby.exceptions.RuntimeError
- org.jruby.exceptions.FrozenError
- org.jruby.exceptions.SystemCallError
- org.jruby.exceptions.ThreadError
- org.jruby.exceptions.ConcurrencyError
- org.jruby.exceptions.TypeError
- org.jruby.exceptions.ZeroDivisionError
- org.jruby.exceptions.ArgumentError
- org.jruby.exceptions.SystemExit
- org.jruby.exceptions.SystemStackError
- org.jruby.exceptions.Exception
- org.jruby.exceptions.JumpException.FlowControlException (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.MainExitException (implements org.jruby.exceptions.Unrescuable)
- org.jruby.exceptions.ThreadKill (implements org.jruby.exceptions.Unrescuable)
- java.io.IOException
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- org.jruby.exceptions.Unrescuable