public static class JavaLang.Throwable
extends java.lang.Object
Constructor and Description |
---|
Throwable() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
backtrace(ThreadContext context,
IRubyObject self) |
static IRubyObject |
eqq(ThreadContext context,
IRubyObject self,
IRubyObject other) |
static IRubyObject |
inspect(ThreadContext context,
IRubyObject self) |
static IRubyObject |
message(ThreadContext context,
IRubyObject self) |
static IRubyObject |
set_backtrace(IRubyObject self,
IRubyObject backtrace) |
static IRubyObject |
to_s(ThreadContext context,
IRubyObject self) |
public static IRubyObject backtrace(ThreadContext context, IRubyObject self)
public static IRubyObject set_backtrace(IRubyObject self, IRubyObject backtrace)
public static IRubyObject message(ThreadContext context, IRubyObject self)
public static IRubyObject to_s(ThreadContext context, IRubyObject self)
public static IRubyObject inspect(ThreadContext context, IRubyObject self)
public static IRubyObject eqq(ThreadContext context, IRubyObject self, IRubyObject other)
Copyright © 2001-2018 JRuby. All Rights Reserved.