| java.lang.Object org.codehaus.aspectwerkz.util.StackTraceHelper
StackTraceHelper | final public class StackTraceHelper (Code) | | Utility methods for dealing with stack traces.
author: Jonas BonŽr |
hideFrameworkSpecificStackTrace | public static void hideFrameworkSpecificStackTrace(Throwable exception, String className)(Code) | | Removes the AspectWerkz specific elements from the stack trace.
Parameters: exception - the Throwable to modify the stack trace on Parameters: className - the name of the fake origin class of the exception |
|
|