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) |
protected static BacktraceData |
TraceType.getBacktrace(ThreadContext context,
TraceType.Gather gather,
boolean nativeException,
boolean full,
boolean maskNative) |
abstract BacktraceData |
TraceType.Gather.getBacktraceData(ThreadContext context,
boolean nativeException) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.