Module: safe.common.exceptions

InaSAFE Disaster risk assessment tool developed by AusAid - Exception Classes.

Custom exception classes for the SAFE library

Contact : ole.moller.nielsen@gmail.com

Note

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

exception safe.common.exceptions.BoundingBoxError[source]

For errors relating to bboxes

exception safe.common.exceptions.BoundsError[source]

For points falling outside interpolation grid

exception safe.common.exceptions.GetDataError[source]

When layer data cannot be obtained

exception safe.common.exceptions.InaSAFEError[source]

Base class for all user defined execptions

exception safe.common.exceptions.PolygonInputError[source]

For invalid inputs to numeric polygon functions

exception safe.common.exceptions.PostprocessorError[source]

Raised if the requested import cannot be performed dur to qgis being to old

exception safe.common.exceptions.ReadLayerError[source]

When a layer can’t be read

exception safe.common.exceptions.VerificationError[source]

Exception thrown by verify()

exception safe.common.exceptions.WriteLayerError[source]

When a layer can’t be written

This module forms part of the InaSAFE tool.

Previous topic

Module: safe.common.test_numerics

Next topic

Module: safe.common.polygon

This Page