Class OIAErrorEvent


  • public class OIAErrorEvent
    extends Object
    Data carrier for OIA error events.
    • Constructor Detail

      • OIAErrorEvent

        public OIAErrorEvent​(OIA oia,
                             OIAException error)
        Creates a new instance of OIAErrorEvent.
        Parameters:
        oia - event source.
        error - that gave rise to this event.
    • Method Detail

      • getOIA

        public OIA getOIA()
        Returns:
        OIA event source.
      • getError

        public OIAException getError()
        Returns:
        error that gave rise to this event.
      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        a human-readable rendering of this object.