the ith stacktrace element
the list of chained exceptions
the class name and the line number where the Throwable was created
true if the pattern exists in one of the traces
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 matching a given pattern
Select all traces of this exception not matching a given pattern
the class name, file Name and the line number where the Throwable was created
the list of all stacktrace elements
the full stack trace as a string
the first stacktrace element as an option
the file name and the line number where the Throwable was created
the exception message and its cause if any
print all the stacktrace for t, including the traces from its causes
(Since version ) see corresponding Javadoc for more information.
See the ExtendedExceptions object description