public final class FrameCache extends Object
Modifier and Type | Method and Description |
---|---|
static void |
add(Throwable throwable,
Frame[] frames)
Store the per-frame local variable information for the last exception thrown on this thread.
|
static Frame[] |
get(Throwable throwable)
Retrieve the per-frame local variable information for the last exception thrown on this thread.
|
Copyright © 2012–2017. All rights reserved.