ldbc.dsl.exception
package ldbc.dsl.exception
Members list
Type members
Classlikes
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.
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
- Supertypes
-
class LdbcExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
The superclass of all exceptions thrown by the ldbc DSL.
The superclass of all exceptions thrown by the ldbc DSL.
Attributes
- Source
- LdbcException.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DecodeFailureException
In this article