py3dtiles.exceptions module

exception py3dtiles.exceptions.Py3dtilesException[source]

Bases: Exception

All exceptions thrown by py3dtiles code derives this class.

Client code that wishes to catch all py3dtiles exception can use except Py3dtilesException.

exception py3dtiles.exceptions.WorkerException[source]

Bases: Py3dtilesException

This exception will be thrown by the conversion code if one exception occurs inside a worker.