org.apache.bcel.verifier.exc

Class Utility

public final class Utility extends Object

A utility class providing convenience methods concerning Throwable instances.

Version: $Id: Utility.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: Enver Haase

See Also: java.lang.Throwable

Method Summary
static StringgetStackTrace(Throwable t)
This method returns the stack trace of a Throwable instance as a String.

Method Detail

getStackTrace

public static String getStackTrace(Throwable t)
This method returns the stack trace of a Throwable instance as a String.