slick
package slick
Members list
Concise view
Type members
Classlikes
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 RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
- class SlickTreeException
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 SlickExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any