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 class TypeDoesNotMatchException extends Exception with NoStackTrace

    Permalink

    Indicates that the type of a read value doesn't match the expected one.

  4. final class ValueDoesNotMatchException extends Exception with NoStackTrace

    Permalink

    Indicates that a read value doesn't match an expected one

Ungrouped