public class ProblemReporter extends Object
ProblemReporter()
static void
error(String msg, Throwable ex)
info(String msg, Throwable ex)
warning(String msg, Throwable ex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProblemReporter()
public static void info(String msg, Throwable ex)
public static void warning(String msg, Throwable ex)
public static void error(String msg, Throwable ex)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.