| Constructor and Description | 
|---|
| ExceptionHandler(Plugin plugin)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | apply(Plugin p) | 
| void | close()Does nothing | 
| void | flush()Does nothing | 
| void | publish(LogRecord record)If  LogRecord.getThrown()does not returnnull, then
 this will callDebugger.report(DebugOpts, Throwable, String) | 
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevelpublic ExceptionHandler(Plugin plugin)
Handler to Level.SEVEREpublic void publish(LogRecord record)
LogRecord.getThrown() does not return null, then
 this will call Debugger.report(DebugOpts, Throwable, String)
 public void close()
           throws SecurityException
close in class HandlerSecurityException - Never happensCopyright © 2015. All rights reserved.