Package org.apache.bcel.verifier.exc
Class Utility
java.lang.Object
org.apache.bcel.verifier.exc.Utility
A utility class providing convenience methods concerning Throwable instances.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
This method returns the stack trace of a Throwable instance as a String.
-
Method Details
-
getStackTrace
This method returns the stack trace of a Throwable instance as a String.
-