Package | Description |
---|---|
org.jruby | |
org.jruby.runtime | |
org.jruby.runtime.backtrace |
Modifier and Type | Method and Description |
---|---|
RubyStackTraceElement[] |
RubyException.getBacktraceElements() |
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,
java.lang.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.dumpWarning(RubyStackTraceElement[] trace) |
static IRubyObject |
TraceType.generateMRIBacktrace(Ruby runtime,
RubyStackTraceElement[] trace) |
static void |
TraceType.logBacktrace(RubyStackTraceElement[] trace) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.