Class SelectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.smithy.model.selector.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)
-