|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.tasks.LoggingExceptionHandler
public class LoggingExceptionHandler extends Object
| Field Summary | |
|---|---|
private org.slf4j.Logger |
log
|
private boolean |
notifyOtherListeners
|
| Constructor Summary | |
LoggingExceptionHandler(org.slf4j.Logger log)
|
|
LoggingExceptionHandler(org.slf4j.Logger log, boolean notifyOtherListeners)
|
|
| Method Summary | |
|---|---|
boolean
|
handleException(Object listener, Throwable t)
|
boolean
|
isNotifyOtherListeners()
|
static LoggingExceptionHandler
|
newInstance(org.slf4j.Logger log)
|
void
|
setNotifyOtherListeners(boolean notifyOtherListeners)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final org.slf4j.Logger log
private boolean notifyOtherListeners
| Constructor Detail |
|---|
public LoggingExceptionHandler(org.slf4j.Logger log)
public LoggingExceptionHandler(org.slf4j.Logger log, boolean notifyOtherListeners)
| Method Detail |
|---|
public boolean handleException(Object listener, Throwable t)
public boolean isNotifyOtherListeners()
public static LoggingExceptionHandler newInstance(org.slf4j.Logger log)
public void setNotifyOtherListeners(boolean notifyOtherListeners)
Groovy Documentation