TypedRest for Java
Static Public Member Functions | List of all members
net.typedrest.ThrowableUtils Class Reference

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...
 

Detailed Description

Provides utility methods for Throwable.

Member Function Documentation

◆ getFullMessage()

static String net.typedrest.ThrowableUtils.getFullMessage ( Throwable  throwable)
static

Concatenates the Throwable#getLocalizedMessage()s of the entire Throwable#getCause() tree.

Parameters
throwableThe top-level throwable to walk for messages.
Returns
A newline separated list of messages.

The documentation for this class was generated from the following file: