SQLErrorBuilder

wvlet.airframe.sql.SQLErrorCode$.SQLErrorBuilder
case class SQLErrorBuilder(errorCode: SQLErrorCode, cause: Option[Throwable], nodeLocation: Option[NodeLocation], metadata: Map[String, Any])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def newException(message: String, nodeLocation: Option[NodeLocation]): SQLError
def newException(message: String, cause: Throwable, nodeLocation: Option[NodeLocation]): SQLError
def withCause(e: Throwable): SQLErrorBuilder
def withMetadata(metadata: Map[String, Any]): SQLErrorBuilder

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product