Class InvalidListenerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.tags.model.event.InvalidListenerException
All Implemented Interfaces:
Serializable

public class InvalidListenerException extends Exception
This is used to communicate the unusual case that a listener is no longer valid, and thus should be removed from the list of listeners in the calling function.
See Also:
  • Constructor Details

    • InvalidListenerException

      public InvalidListenerException()
    • InvalidListenerException

      public InvalidListenerException(String msg)