DecodeFailureException
ldbc.dsl.exception.DecodeFailureException
class DecodeFailureException(message: String, offset: Int, statement: String, cause: Option[Throwable]) extends LdbcException
The subclass of LdbcException thrown when an attempt to read a value from the ldbc.sql.ResultSet failed due to an error.
Attributes
- Source
- DecodeFailureException.scala
- Graph
-
- Supertypes
-
class LdbcExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- DecodeFailureException.scala
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
LdbcException -> Throwable
- Inherited from:
- LdbcException
- Source
- LdbcException.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article