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 IRubyObject
backtrace
(ThreadContext context, IRubyObject self) static IRubyObject
detailed_message
(ThreadContext context, IRubyObject self) static IRubyObject
detailed_message
(ThreadContext context, IRubyObject self, IRubyObject opts) static IRubyObject
detailed_message
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
eqq
(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObject
full_message
(ThreadContext context, IRubyObject self) static IRubyObject
full_message
(ThreadContext context, IRubyObject self, IRubyObject opts) static IRubyObject
inspect
(ThreadContext context, IRubyObject self) static IRubyObject
message
(ThreadContext context, IRubyObject self) static IRubyObject
set_backtrace
(IRubyObject self, IRubyObject backtrace) Deprecated.static IRubyObject
set_backtrace
(ThreadContext context, IRubyObject self, IRubyObject backtrace) static IRubyObject
to_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
-