//Artefact:JavaClass/com/sphenon/basics/debug/Stack
Synopsis
public Stack
extends Object
implements Dumpable
//Artefact:Constructor/com/sphenon/basics/debug/Stack/Stack
Synopsis
protected Stack (CallContext context, java.util.Vector stack_frames)
//Artefact:Attribute/com/sphenon/basics/debug/Stack/stack_frames
Synopsis
protected java.util.Vector stack_frames
//Artefact:Method/com/sphenon/basics/debug/Stack/getStackFrames
Synopsis
public java.util.Vector getStackFrames (CallContext context)
//Artefact:Method/com/sphenon/basics/debug/Stack/create
Synopsis
public static com.sphenon.basics.debug.Stack create (CallContext context, Throwable exception)