Class SelectorParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SelectorParseException
    extends java.lang.IllegalArgumentException
    EntitySelector parse exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorParseException​(@NonNull java.lang.String input)
      Construct a new EntitySelector parse exception
    • Method Summary

      Modifier and Type Method Description
      @NonNull java.lang.String getInput()
      Get the supplied input
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SelectorParseException

        public SelectorParseException​(@NonNull java.lang.String input)
        Construct a new EntitySelector parse exception
        Parameters:
        input - String input
    • Method Detail

      • getInput

        public @NonNull java.lang.String getInput()
        Get the supplied input
        Returns:
        String value
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable