package exceptions
Type Members
- class GetJsonException extends MoleculeException
- case class MoleculeCompileException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable
- case class MoleculeException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable
- case class NestedTuplesException(msg: String) extends RuntimeException with Product with Serializable
-
case class
QueryException(ex: Throwable, model: Model, query: Query) extends RuntimeException with Product with Serializable
Query exception
- case class TxFnException(msg: String) extends RuntimeException with Product with Serializable

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum