| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.runtime.backtrace | 
| Modifier and Type | Method and Description | 
|---|---|
| BacktraceData | RubyException. getBacktraceData() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RubyException. setBacktraceData(BacktraceData backtraceData) | 
| Modifier and Type | Field and Description | 
|---|---|
| static BacktraceData | BacktraceData. EMPTY | 
| Modifier and Type | Method and Description | 
|---|---|
| BacktraceData | TraceType. getBacktrace(ThreadContext context,
            boolean nativeException)Get a normal Ruby backtrace, using the current Gather type. | 
| BacktraceData | TraceType.Gather. getBacktraceData(ThreadContext context,
                boolean nativeException)Gather backtrace data for a normal Ruby trace. | 
| abstract BacktraceData | TraceType.Gather. getBacktraceData(ThreadContext context,
                StackTraceElement[] javaTrace,
                boolean nativeException) | 
| BacktraceData | TraceType. getIntegratedBacktrace(ThreadContext context,
                      StackTraceElement[] javaTrace)Get an integrated Ruby/Java backtrace if the current Gather type is NORMAL | 
| BacktraceData | TraceType.Gather. getIntegratedBacktraceData(ThreadContext context,
                          StackTraceElement[] javaTrace)Gather backtrace data for an integrated trace if the current gather type is "NORMAL", otherwise use the
 current gather type. | 
Copyright © 2001-2015 JRuby. All Rights Reserved.