slick

package slick

Members list

Concise view

Type members

Classlikes

class SlickException(msg: String, parent: Throwable) extends RuntimeException

All Exceptions that are thrown directly by Slick are of type SlickException. Other Exceptions originating in non-Slick code are generally not wrapped but passed on directly.

All Exceptions that are thrown directly by Slick are of type SlickException. Other Exceptions originating in non-Slick code are generally not wrapped but passed on directly.

Attributes

msg

The error message

parent

An optional parent Exception or null

Source:
SlickException.scala
Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class SlickTreeException(msg: String, detail: Dumpable, parent: Throwable, mark: Dumpable => Boolean, removeUnmarked: Boolean) extends SlickException

A SlickException that contains a Dumpable with more details.

A SlickException that contains a Dumpable with more details.

Attributes

Source:
SlickException.scala
Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any