BCEL's class file verifier "JustIce"

de.fub.bytecode.verifier.exc
Class Utility

java.lang.Object
  |
  +--de.fub.bytecode.verifier.exc.Utility

public final class Utility
extends java.lang.Object

A utility class providing convenience methods concerning Throwable instances.

Version:
$Id: Utility.java,v 1.5 2001/08/30 08:45:42 ehaase Exp $
Author:
Enver Haase
See Also:
Throwable

Method Summary
static java.lang.String getStackTrace(java.lang.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 java.lang.String getStackTrace(java.lang.Throwable t)
This method returns the stack trace of a Throwable instance as a String.

(c) Enver Haase 2001, released under the FSF's "GPL version 2" license.