public class StackTrace extends Object
| Constructor and Description |
|---|
StackTrace()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
writeToBuilder(StringBuilder sb,
int indent)
Write the stack trace to a StringBuilder.
|
public void writeToBuilder(StringBuilder sb, int indent)
sb - where to write itindent - how many double spaces to indent each lineCopyright © 2021 The Apache Software Foundation. All rights reserved.