# Class: com.pnfsoftware.jeb.util.base.Throwables.ThrowableFormatter

Formatter for throwable stack traces.

## Constructor: ThrowableFormatter
- parameter: `escapeTokens`, type: `boolean`

Description: Create a formatter.
parameter: escapeTokens: true to escape formatted class, method, file, and message tokens

## Method: format
- parameter: `t`, type: `java.lang.Throwable`
- return type: `java.lang.String`

Description: Format a throwable and its causes.
parameter: t: throwable to format
return: formatted stack trace

