public class

ExUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.ExUtil

Class Overview

Utility methods for throwables (errors, exceptions, runtime exceptions).

Summary

Public Constructors
ExUtil()
Public Methods
static String formatStackTrace(Throwable t)
Format a throwable as a human-readable stacktrace.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExUtil ()

Public Methods

public static String formatStackTrace (Throwable t)

Format a throwable as a human-readable stacktrace.