Package io.trino.json.ir
Class SqlJsonLiteralConverter.JsonLiteralConversionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.json.ir.SqlJsonLiteralConverter.JsonLiteralConversionError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SqlJsonLiteralConverter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonLiteralConversionError(com.fasterxml.jackson.databind.JsonNode jsonNode, String cause) -
Method Summary
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonLiteralConversionError
-