Class MessageCenter.NullTargetException

All Implemented Interfaces:
Serializable
Enclosing class:
MessageCenter

public class MessageCenter.NullTargetException extends MessageCenter.MessageCenterException
Exception when an attempt is made to register a null source
See Also:
  • Constructor Details

    • NullTargetException

      public NullTargetException(Object source, Class<?> protocol)
      Creates new NullSourceException
    • NullTargetException

      public NullTargetException(String notice)
    • NullTargetException

      public NullTargetException()