public class ExceptionHandler extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addThread(Thread thread,
TextEditor editor) |
static void |
addThreadGroup(ThreadGroup group,
TextEditor editor) |
static ExceptionHandler |
getInstance(LogService logService) |
void |
handle(Throwable t) |
static void |
handle(Throwable t,
TextEditor editor) |
public static ExceptionHandler getInstance(LogService logService)
public static void addThread(Thread thread, TextEditor editor)
public static void addThreadGroup(ThreadGroup group, TextEditor editor)
public void handle(Throwable t)
public static void handle(Throwable t, TextEditor editor)
Copyright © 2015–2022 SciJava. All rights reserved.