slick.SlickException
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.
Attributes msg The error message
parent An optional parent Exception or null
Source: SlickException.scala Graph Reset zoom Hide graph Show graph
Supertypes class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes Members list Concise view
Value members
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
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