| 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() | 
| Modifier and Type | Field and Description | 
|---|---|
| static RubyStackTraceElement[] | RubyStackTraceElement. EMPTY_ARRAY | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyStackTraceElement[] | BacktraceData. getBacktrace(Ruby runtime) | 
| RubyStackTraceElement[] | BacktraceData. getBacktraceWithoutRuby() | 
| 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) | 
| static String | TraceType. printBacktraceJRuby(RubyStackTraceElement[] frames,
                   String type,
                   String message,
                   boolean color) | 
| abstract void | TraceType.Format. renderBacktrace(RubyStackTraceElement[] elts,
               StringBuilder buffer,
               boolean color) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.