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) static IRubyObjectdetailed_message(ThreadContext context, IRubyObject self) static IRubyObjectdetailed_message(ThreadContext context, IRubyObject self, IRubyObject opts) static IRubyObjectdetailed_message(ThreadContext context, IRubyObject self, IRubyObject[] args) static 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) Deprecated.static IRubyObjectset_backtrace(ThreadContext context, IRubyObject self, IRubyObject backtrace) static IRubyObjectto_s(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Throwable
public Throwable()
-
-
Method Details
-
backtrace
-
set_backtrace
@Deprecated(since="10.0") public static IRubyObject set_backtrace(IRubyObject self, IRubyObject backtrace) Deprecated. -
set_backtrace
public static IRubyObject set_backtrace(ThreadContext context, IRubyObject self, IRubyObject backtrace) -
message
-
full_message
-
full_message
-
detailed_message
-
detailed_message
public static IRubyObject detailed_message(ThreadContext context, IRubyObject self, IRubyObject opts) -
detailed_message
public static IRubyObject detailed_message(ThreadContext context, IRubyObject self, IRubyObject[] args) -
to_s
-
inspect
-
eqq
-