Class ExceptionUtil

java.lang.Object
org.gwtproject.i18n.processor.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ExceptionUtil()  
  • Method Summary

    Modifier and Type Method Description
    static void messageStackTrace​(javax.annotation.processing.Messager messager, java.lang.Exception e)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExceptionUtil

      public ExceptionUtil()
  • Method Details

    • messageStackTrace

      public static void messageStackTrace​(javax.annotation.processing.Messager messager, java.lang.Exception e)
      Parameters:
      messager - the messager to print the exception stack trace
      e - exception to be printed