Class NFEEventDispatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.spatial.network.nfe.model.event.NFEEventDispatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class NFEEventDispatchException extends java.lang.Exception
Represents an error when dispatching events and contains one or more EventListeners which failed to be notified for certain event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getFailedDispatches()
Gets the objects for which the event could not be dispatched
-
-
-
Constructor Detail
-
NFEEventDispatchException
public NFEEventDispatchException(java.lang.Object[] failedDispatches)
-
NFEEventDispatchException
public NFEEventDispatchException(java.lang.Object[] failedDispatches, java.lang.String message)
-
NFEEventDispatchException
public NFEEventDispatchException(java.lang.Object[] failedDispatches, java.lang.Throwable cause)
-
NFEEventDispatchException
public NFEEventDispatchException(java.lang.Object[] failedDispatches, java.lang.String message, java.lang.Throwable cause)
-
-