Package software.amazon.smithy.jmespath
Class JmespathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.smithy.jmespath.JmespathException
-
- All Implemented Interfaces:
java.io.Serializable
public class JmespathException extends java.lang.RuntimeException
Thrown when any JMESPath error occurs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmespathException(java.lang.String message)
JmespathException(java.lang.String message, java.lang.Throwable previous)
-