Class SelectorException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SelectorSyntaxException

    public class SelectorException
    extends java.lang.RuntimeException
    Exception thrown when a selector evaluation is invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorException​(java.lang.String message)  
      SelectorException​(java.lang.String message, java.lang.Throwable previous)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • SelectorException

        public SelectorException​(java.lang.String message)
      • SelectorException

        public SelectorException​(java.lang.String message,
                                 java.lang.Throwable previous)