| Constructor and Description |
|---|
StackHasher()
Constructs a
StackHasher using StackElementFilter.withSourceInfo() filter |
StackHasher(StackElementFilter filter)
Constructs a
StackHasher with the given filter |
| Modifier and Type | Method and Description |
|---|---|
String |
hexHash(Throwable error)
Generates a Hexadecimal hash for the given error stack
|
Deque<String> |
hexHashes(Throwable error)
Generates and returns Hexadecimal hashes for the error stack and each ancestor
cause |
public StackHasher(StackElementFilter filter)
StackHasher with the given filterfilter - filterpublic StackHasher()
StackHasher using StackElementFilter.withSourceInfo() filterCopyright © 2018. All rights reserved.