public class ExceptionUtil extends Object
| Constructor and Description |
|---|
ExceptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
messageStackTrace(Messager messager,
Exception e) |
static void |
messageStackTrace(Messager messager,
Exception e,
Element element) |
static void |
messageStackTrace(Messager messager,
Exception e,
Element element,
AnnotationMirror annotationMirror) |
public static void messageStackTrace(Messager messager, Exception e)
messager - the messager to print the exception stack tracee - exception to be printedpublic static void messageStackTrace(Messager messager, Exception e, Element element)
messager - the messager to print the exception stack tracee - exception to be printedelement - the element producing the errorpublic static void messageStackTrace(Messager messager, Exception e, Element element, AnnotationMirror annotationMirror)
messager - the messager to print the exception stack tracee - exception to be printedelement - the element producing the errorannotationMirror - the annotation producing the errorCopyright © 2019. All rights reserved.