public class EventBusException extends RuntimeException
| Constructor and Description |
|---|
EventBusException(Collection<Throwable> causes) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
createMessage(Collection<Throwable> causes) |
protected static Throwable |
createThrowable(Collection<Throwable> causes) |
Collection<Throwable> |
getCauses()
Returns collection of all Exceptions throwed by handlers or listeners.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventBusException(Collection<Throwable> causes)
protected static String createMessage(Collection<Throwable> causes)
protected static Throwable createThrowable(Collection<Throwable> causes)
public Collection<Throwable> getCauses()
Copyright © 2006–2015 Tigase. All rights reserved.