org.apache.bcel.verifier.exc
Class Utility
java.lang.Object
org.apache.bcel.verifier.exc.Utility
public final class Utility
extends java.lang.Object
A utility class providing convenience methods concerning Throwable instances.
$Id: Utility.java 371539 2006-01-23 14:08:00Z tcurdt $Utility() - This class is not instantiable.
|
static String | getStackTrace(Throwable t) - This method returns the stack trace of a Throwable instance as a String.
|
Utility
private Utility()
This class is not instantiable.
getStackTrace
public static String getStackTrace(Throwable t)
This method returns the stack trace of a Throwable instance as a String.