Class SelectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.model.selector.SelectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SelectorSyntaxException

public class SelectorException extends RuntimeException
Exception thrown when a selector evaluation is invalid.
See Also:
  • Constructor Details

    • SelectorException

      public SelectorException(String message)
    • SelectorException

      public SelectorException(String message, Throwable previous)