Package | Description |
---|---|
org.jruby | |
org.jruby.exceptions | |
org.jruby.runtime | |
org.jruby.runtime.backtrace |
Modifier and Type | Method and Description |
---|---|
RubyStackTraceElement[] |
RubyException.getBacktraceElements() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
RubyThread.Location.newLocationArray(Ruby runtime,
RubyStackTraceElement[] elements) |
Constructor and Description |
---|
RubyThread.Location(Ruby runtime,
RubyClass klass,
RubyStackTraceElement element) |
Modifier and Type | Method and Description |
---|---|
static StackTraceElement[] |
RaiseException.javaTraceFromRubyTrace(RubyStackTraceElement[] trace) |
Modifier and Type | Method and Description |
---|---|
RubyStackTraceElement[] |
ThreadContext.createWarningBacktrace(Ruby runtime)
Create an Array with backtrace information for a built-in warning
|
RubyStackTraceElement[] |
ThreadContext.gatherCallerBacktrace() |
static RubyStackTraceElement[] |
ThreadContext.gatherRawBacktrace(Ruby runtime,
StackTraceElement[] stackTrace) |
Modifier and Type | Field and Description |
---|---|
static RubyStackTraceElement[] |
RubyStackTraceElement.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
RubyStackTraceElement[] |
BacktraceData.getBacktrace(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
static void |
TraceType.dumpCaller(RubyStackTraceElement[] trace) |
static void |
TraceType.dumpWarning(RubyStackTraceElement[] trace) |
static IRubyObject |
TraceType.generateMRIBacktrace(Ruby runtime,
RubyStackTraceElement[] trace) |
static void |
TraceType.logBacktrace(RubyStackTraceElement[] trace) |
Copyright © 2001-2014 JRuby. All Rights Reserved.