Class Selector.SelectorParseException

All Implemented Interfaces:
Serializable
Enclosing class:
Selector

public static class Selector.SelectorParseException extends IllegalStateException
See Also:
  • Constructor Details

    • SelectorParseException

      public SelectorParseException(String msg)
    • SelectorParseException

      public SelectorParseException(String msg, Object... msgArgs)
    • SelectorParseException

      public SelectorParseException(Throwable cause, String msg, Object... msgArgs)