org.apache.bcel.verifier.exc

Class Utility


public final class Utility
extends java.lang.Object

A utility class providing convenience methods concerning Throwable instances.
Version:
$Id: Utility.java,v 1.1.1.1 2001/10/29 20:00:34 jvanzyl Exp $
Author:
Enver Haase
See Also:
java.lang.Throwable

Method Summary

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

Method Details

getStackTrace

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