public static final class LoggingExceptionHandler.Builder extends Object
| Modifier and Type | Method and Description | 
|---|---|
| LoggingExceptionHandler.Builder | add(Class<? extends Throwable> exception,
   String category) | 
| LoggingExceptionHandler.Builder | add(Class<? extends Throwable> exception,
   String category,
   Logger.Level level) | 
| LoggingExceptionHandler.Builder | add(Class<? extends Throwable> exception,
   String category,
   Logger.Level level,
   Logger.Level stackTraceLevel) | 
| LoggingExceptionHandler | build() | 
public LoggingExceptionHandler.Builder add(Class<? extends Throwable> exception, String category, Logger.Level level)
public LoggingExceptionHandler.Builder add(Class<? extends Throwable> exception, String category)
public LoggingExceptionHandler.Builder add(Class<? extends Throwable> exception, String category, Logger.Level level, Logger.Level stackTraceLevel)
public LoggingExceptionHandler build()
Copyright © 2017 JBoss by Red Hat. All rights reserved.