Class TarantoolErrors
- java.lang.Object
-
- io.tarantool.driver.exceptions.errors.TarantoolErrors
-
public class TarantoolErrors extends Object
Class-container for built-in tarantool errors factories
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTarantoolErrors.TarantoolBoxErrorFactoryProducesTarantoolInternalExceptionsubclasses from the serialized representation in the format ofbox.error:unpack,static classTarantoolErrors.TarantoolErrorsErrorFactoryProducesTarantoolInternalExceptionsubclasses from the serialized representation in the format ofrequire('errors').new_class("NewError"),static classTarantoolErrors.TarantoolUnrecognizedErrorFactoryThe factory is finalizing, i.e. errors passed into it will always be introverted as appropriate for the given factory The error is generated in a message that is passed toTarantoolInternalException
-
Constructor Summary
Constructors Constructor Description TarantoolErrors()
-