java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.argon.esexpr.DecodeException
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ESExprCodec.FailurePathThe path in the object where the failure occurred. -
Constructor Summary
ConstructorsConstructorDescriptionDecodeException(String message, ESExprCodec.FailurePath path) Create a decode exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
path
The path in the object where the failure occurred.
-
-
Constructor Details
-
DecodeException
Create a decode exception.- Parameters:
message- The message.path- The path where the error occurred.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-