Package org.jruby.javasupport.ext
Class JavaLang.Throwable
java.lang.Object
org.jruby.javasupport.ext.JavaLang.Throwable
- Enclosing class:
- JavaLang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectbacktrace(ThreadContext context, IRubyObject self) private static booleancheckNativeException(IRubyObject self, IRubyObject other) (package private) static RubyModulestatic IRubyObjecteqq(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObjectfull_message(ThreadContext context, IRubyObject self) static IRubyObjectfull_message(ThreadContext context, IRubyObject self, IRubyObject opts) static IRubyObjectinspect(ThreadContext context, IRubyObject self) static IRubyObjectmessage(ThreadContext context, IRubyObject self) static IRubyObjectset_backtrace(IRubyObject self, IRubyObject backtrace) static IRubyObjectto_s(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Throwable
public Throwable()
-
-
Method Details
-
define
-
backtrace
-
set_backtrace
-
message
-
full_message
-
full_message
-
to_s
-
inspect
-
eqq
-
checkNativeException
-