JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

org.jboss.logging.processor.util
Class TransformationHelper

java.lang.Object
  extended by 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)

Method Summary
static String stackTraceToString(Throwable t)
          Converts a stack trace to string output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.