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 Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class LdbcException(message: String, detail: Option[String], hint: Option[String]) extends Exception

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 Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes