Package exceptions

Specialized exceptions that provide better feed-back

source

MissingParameterError

 MissingParameterError (txt)

Base class for exceptions in this module.


source

SpiceError

 SpiceError (function)

Base class for exceptions in this module.


source

ObserverNotSetError

Base class for exceptions in this module.


source

SPointNotSetError

Base class for exceptions in this module.


source

SpicerError

Base class for exceptions in this module.


source

GeoTransformNotSetError

 GeoTransformNotSetError (where, what)

*Exception raised for errors in the input of transformations.

Attributes: where – where is something missing what – what is missing*


source

ProjectionNotSetError

 ProjectionNotSetError (where, what)

*Exception raised for errors in the input of transformations.

Attributes: where – where is something missing what – what is missing*


source

SomethingNotSetError

 SomethingNotSetError (where, what)

*Exception raised for errors in the input of transformations.

Attributes: where – where is something missing what – what is missing*


source

Error

Base class for exceptions in this module.