Package org.apache.bcel.verifier.exc
Class Utility
- java.lang.Object
 - 
- org.apache.bcel.verifier.exc.Utility
 
 
- 
public final class Utility extends java.lang.ObjectA utility class providing convenience methods concerning Throwable instances.- See Also:
 Throwable
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetStackTrace(java.lang.Throwable t)This method returns the stack trace of a Throwable instance as a String. 
 -