Package

reactivemongo.api.bson

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. final class BSONValueNotFoundException extends Exception with NoStackTrace

    Permalink

    Formerly DocumentKeyNotFoundException

  2. final class HandlerException extends Exception with NoStackTrace

    Permalink

    Exception from a BSON reader/writer.

  3. final case class TypeDoesNotMatchException(expected: String, actual: String) extends Exception with NoStackTrace with Product with Serializable

    Permalink
  4. final case class ValueDoesNotMatchException(actual: String) extends Exception with NoStackTrace with Product with Serializable

    Permalink

Value Members

  1. object BSONValueNotFoundException extends Serializable

    Permalink
  2. object HandlerException extends Serializable

    Permalink

Ungrouped