Class Utility

java.lang.Object
org.apache.bcel.verifier.exc.Utility

public final class Utility extends Object
A utility class providing convenience methods concerning Throwable instances.
See Also:
  • Method Details

    • getStackTrace

      public static String getStackTrace(Throwable t)
      Deprecated.
      Use ExceptionUtils.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.