Package org.sixdml.exceptions

Exception Summary
DocumentAlreadyExistsException DocumentAlreadyExistsException.java Thrown when an attempt is made to add a document to a collection that has the same name as one that already exists in the collection.
IndexAlreadyExistsException IndexAlreadyExistsException.java Thrown when an attempt is made to add an index to a collection when one with the same name already exists in that collection.
InvalidCollectionDocumentException InvalidCollectionDocumentException.java Thrown when an XML document in a SixdmlCollection fails to be validate against a given schema that is being applied to the collection.
InvalidQueryException InvalidQueryException.java This is thrown when an attempt is made to query a collection or document with an invalid query.
InvalidSchemaException InvalidSchemaException.java This is thrown when an attempt is made to perform constrain a collection with an invalid schema.
InvalidTransformException InvalidTransformException.java Thrown when an invalid transform document or query is used in a transformation attempt.
NonExistentDocumentException NonExistentDocumentException.java Thrown when an attempt is made to delete a document that does not exist.
NonExistentIndexException NonExistentIndexException.java Thrown when an attempt is made to delete an index that does not exist.
NonWellFormedXMLException NonWellFormedXMLException.java Thrown when an attempt is made to store a non-well formed XML fragment in the database.
SixdmlException SixdmlException.java Base class of all Exceptions in the org.sixdml hierarchy.
UnsupportedIndexTypeException UnsupportedIndexTypeException.java Thrown when an attempt is made to add an index to a collection in a database that does not support that type of index.
UpdateTypeMismatchException UpdateTypeMismatchException.java Thrown when an update is done against a type that does not allow such updates.