OmeroBlitz API
Home Previous Up Next Index

omero::grid::UnregisteredFileException

Overview

exception UnregisteredFileException extends RepositoryException

Specifies that a file is located at the given location that is not otherwise known by the repository. A subsequent call to {@code Repository.register} will create the given file. The mimetype field of the file may or may not be set. If it is set, clients are suggested to either omit the mimetype argument to the register method or to pass the same value.

Data Member Index

file

Data Members

model::OriginalFile file;

Home Previous Up Next Index