Package com.mastfrog.util.preconditions
Interface Exceptions.ExceptionHandler
- Enclosing class:
- Exceptions
public static interface Exceptions.ExceptionHandler
Service provider which logs exceptions; the default implementation uses
the JDK's logger.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidprintStackTrace(Class<?> caller, String msg, Throwable t) default voidprintStackTrace(Class<?> caller, Throwable t) default voidprintStackTrace(String msg, Throwable t) default void
-
Method Details
-
printStackTrace
-
printStackTrace
-
printStackTrace
-
printStackTrace
-