This trait adds some utility methods to Throwable objects.
This trait adds some utility methods to Throwable objects.
- Companion
- object
Value members
Concrete methods
utility method to create a default stacktrace element
utility method to create a default stacktrace element
Extensions
Extensions
Select all traces of this exception matching a given pattern
Select all traces of this exception matching a given pattern
Select all traces of this exception according to filtering function WARNING: this mutates the exception to be able to retain its type!
Select all traces of this exception according to filtering function WARNING: this mutates the exception to be able to retain its type!
Select all traces of this exception not matching a given pattern
Select all traces of this exception not matching a given pattern
print all the stacktrace for t, including the traces from its causes
print all the stacktrace for t, including the traces from its causes