Module: is_exceptions

This page contains the documentation for the InaSAFE code is_exceptions module.

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

Custom exception classes for the IS application.

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 gui.is_exceptions.HashNotFoundException[source]

Custom exception for when a no keyword hash can be found.

exception gui.is_exceptions.InsufficientParametersException[source]

Custom exception for when insufficient parameters have been set.

exception gui.is_exceptions.InvalidKVPException[source]

An exception raised when a key value pair is invalid - for example if the key of value is None or an empty string.

exception gui.is_exceptions.InvalidParameterException[source]

Custom exception for when an invalid parameter is passed to a function.

exception gui.is_exceptions.InvalidProjectionException

An exception raised if a layer needs to be reprojected.

exception gui.is_exceptions.KeywordNotFoundException[source]

Custom exception for when a no keyword can be found.

exception gui.is_exceptions.LegendLayerException[source]

An exception raised when trying to create a legend from a QgsMapLayer that does not have suitable characteristics to allow a legend to be created from it.

exception gui.is_exceptions.NoFeaturesInExtentException[source]

An exception that gets thrown when no features are within the extent being clipped.

exception gui.is_exceptions.NoFunctionsFoundException[source]

Custom exception for when a no impact calculation functions can be found.

exception gui.is_exceptions.QgisPathException[source]

Custom exception for when qgispath.txt could not be read.

exception gui.is_exceptions.StyleInfoNotFoundException[source]

Custom exception for when a no styleInfo can be found.

exception gui.is_exceptions.TestNotImplementedException[source]

Custom exception for when a test exists only as a stub.

exception gui.is_exceptions.TranslationLoadException[source]

Custom exception handler for whe translation file fails to load.

Previous topic

Module: is_impact_calculator

Next topic

Module: is_safe_interface

This Page