Package org.jruby.exceptions
Class StandardError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArgumentError
,EncodingError
,FiberError
,IndexError
,IOError
,LocalJumpError
,NameError
,NoMatchingPatternError
,NoMatchingPatternKeyError
,RangeError
,RegexpError
,RuntimeError
,SystemCallError
,ThreadError
,TypeError
,ZeroDivisionError
Represents a RubyStandardError as a throwable Java exception.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.exceptions.JumpException
JumpException.FlowControlException, JumpException.SpecialJump
-
Field Summary
Fields inherited from class org.jruby.exceptions.JumpException
SPECIAL_JUMP
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.exceptions.RaiseException
createNativeRaiseException, createNativeRaiseException, fillInStackTrace, from, from, from, from, from, from, from, getCause, getException, getMessage, javaTraceFromRubyTrace, setException, setException
Methods inherited from class org.jruby.exceptions.JumpException
originalFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StandardError
-