public class ThrowableFailureEvent
extends java.lang.Object
ErrorDialogManager
.Modifier and Type | Field and Description |
---|---|
protected boolean |
suppressErrorUi |
protected java.lang.Throwable |
throwable |
Constructor and Description |
---|
ThrowableFailureEvent(java.lang.Throwable throwable) |
ThrowableFailureEvent(java.lang.Throwable throwable,
boolean suppressErrorUi) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getThrowable() |
boolean |
isSuppressErrorUi() |
protected final java.lang.Throwable throwable
protected final boolean suppressErrorUi
public ThrowableFailureEvent(java.lang.Throwable throwable)
public ThrowableFailureEvent(java.lang.Throwable throwable, boolean suppressErrorUi)
suppressErrorUi
- true indicates to the receiver that no error UI (e.g. dialog) should now displayed.Available under the Apache License, Version 2.0 - Copyright © 2012-2013 greenrobot.de. All Rights Reserved.