Classes
 ClassDescription
 Engine3DErrorBase class for 3D-engine errors.
 FaceExistsErrorAn error appearing when trying to add a face to an object, which already contains that face.
 FaceNeedMoreVerticesErrorOn error, occuring when there is not enough vertices to create face.
 FaceNotFoundErrorAn error occured when face is not found in object.
 InvalidIDErrorAn error meaning that identifier is reserved and cannot be used.
 Object3DHierarchyErrorAn error, connected with objects' hierarchy problems.
 Object3DNotFoundErrorAn error occuring when there is no object where expected.
 ObjectExistsErrorAn error meaning that the object is already present in container.
 ObjectNotFoundErrorThe object was not found in a container.
 SurfaceExistsErrorAn error meaning that surface is already present in container.
 SurfaceNotFoundErrorAn error meaning that surface is not found in container.
 VertexExistsErrorAn error meaning that vertex is already present in object.
 VertexNotFoundErrorAn error meaning that vertex is not found in object.