Class InvalidTopicException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTopicException
    extends Exception
    This exception is used to signal that a given topic filter is invalid.
    Since:
    4.0.0, CE 2019.1
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTopicException

        public InvalidTopicException​(@NotNull String topicFilter,
                                     boolean fillInStacktrace)
        Creates a new InvalidTopicException.
        Parameters:
        topicFilter - The invalid topic filter.
        fillInStacktrace - Whether the created exception should fill in a stacktrace.
        Since:
        4.0.0, CE 2019.1
      • InvalidTopicException

        public InvalidTopicException​(@NotNull String topicFilter)
        Creates a new InvalidTopicException that will not contain a stacktrace.
        Parameters:
        topicFilter - The invalid topic filter.
        Since:
        4.0.0, CE 2019.1