org.apache.bcel.verifier.exc
Class Utility

java.lang.Object
  extended by org.apache.bcel.verifier.exc.Utility

public final class Utility
extends Object

A utility class providing convenience methods concerning Throwable instances.

See Also:
Throwable
Rating red

Method Summary
static String getStackTrace(Throwable t)
          This method returns the stack trace of a Throwable instance as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStackTrace

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