public class NFEEventDispatchException
extends java.lang.Exception
| Constructor and Description |
|---|
NFEEventDispatchException(java.lang.Object[] failedDispatches) |
NFEEventDispatchException(java.lang.Object[] failedDispatches, java.lang.String message) |
NFEEventDispatchException(java.lang.Object[] failedDispatches, java.lang.String message, java.lang.Throwable cause) |
NFEEventDispatchException(java.lang.Object[] failedDispatches, java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getFailedDispatches()
Gets the objects for which the event could not be dispatched
|
public NFEEventDispatchException(java.lang.Object[] failedDispatches)
public NFEEventDispatchException(java.lang.Object[] failedDispatches,
java.lang.String message)
public NFEEventDispatchException(java.lang.Object[] failedDispatches,
java.lang.Throwable cause)
public NFEEventDispatchException(java.lang.Object[] failedDispatches,
java.lang.String message,
java.lang.Throwable cause)