org.jboss.logging.processor.util
Class TransformationHelper
java.lang.Object
org.jboss.logging.processor.util.TransformationHelper
public final class TransformationHelper
- extends Object
Various transformation utilities.
- Author:
- James R. Perkins, Kevin Pollet - SERLI - (kevin.pollet@serli.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stackTraceToString
public static String stackTraceToString(Throwable t)
- Converts a stack trace to string output.
- Parameters:
t
- the stack trace to convert.
- Returns:
- a string version of the stack trace.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.