|
|||||||||
| Home >> All >> org >> apache >> bcel >> verifier >> [ exc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.verifier.exc
Class Utility

java.lang.Objectorg.apache.bcel.verifier.exc.Utility
- public final class Utility
- extends java.lang.Object
A utility class providing convenience methods concerning Throwable instances.
- Version:
- $Id: Utility.java 371539 2006-01-23 14:08:00Z tcurdt $
| Constructor Summary | |
private |
Utility()
This class is not instantiable. |
| 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 |
| Constructor Detail |
Utility
private Utility()
- This class is not instantiable.
| 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.
|
|||||||||
| Home >> All >> org >> apache >> bcel >> verifier >> [ exc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.bcel.verifier.exc.Utility