TypedRest for Java
|
Provides utility methods for Throwable. More...
Static Public Member Functions | |
static String | getFullMessage (Throwable throwable) |
Concatenates the Throwable#getLocalizedMessage()s of the entire Throwable#getCause() tree. More... | |
Provides utility methods for Throwable.
|
static |
Concatenates the Throwable#getLocalizedMessage()s of the entire Throwable#getCause() tree.
throwable | The top-level throwable to walk for messages. |