Class 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
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)
    • Method Detail

      • getFailedDispatches

        public java.lang.Object[] getFailedDispatches()
        Gets the objects for which the event could not be dispatched
        Returns: