Class Utility
java.lang.Object
org.apache.bcel.verifier.exc.Utility
-
Method Summary
-
Method Details
-
getStackTrace
Deprecated.UseExceptionUtils.getStackTrace(Throwable).This method returns the stack trace of a Throwable instance as a String.- Parameters:
t- The Throwable instance.- Returns:
- The stack trace as a String.
-
ExceptionUtils.getStackTrace(Throwable).