hdmf.build.errors module
Module for build error definitions
- exception hdmf.build.errors.BuildError(builder, reason)
Bases:
Exception
Error raised when building a container into a builder.
- exception hdmf.build.errors.OrphanContainerBuildError(builder, container)
Bases:
BuildError
- Parameters:
builder (
Builder
) – the builder containing the broken linkcontainer (
AbstractContainer
) – the container that has no parent
- exception hdmf.build.errors.ReferenceTargetNotBuiltError(builder, container)
Bases:
BuildError
- Parameters:
builder (
Builder
) – the builder containing the reference that cannot be foundcontainer (
AbstractContainer
) – the container that is not built yet