exceptions
Module for managing exceptions raised by ERAD package.
DatabaseMissingInfo
Bases: ERADBaseException
Exception raised because information required to connect to database is missing.
Source code in erad\exceptions.py
37 38 |
|
DittoException
Bases: ERADBaseException
Exceptions raised because application ran into an issus using Ditto.
Source code in erad\exceptions.py
67 68 |
|
ERADBaseException
Bases: Exception
All exception should derive from this.
Source code in erad\exceptions.py
7 8 |
|
EmptyEnvironmentVariable
Bases: ERADBaseException
Exception raised because environment variable required is empty.
Source code in erad\exceptions.py
33 34 |
|
EmptyScenarioPolygon
Bases: ERADBaseException
Exceptions raised because no polygons are found.
Source code in erad\exceptions.py
54 55 |
|
FeatureNotImplementedError
Bases: ERADBaseException
Exception raised because specific feature requested has not been implemented.
Source code in erad\exceptions.py
11 12 |
|
InvalidFileTypePassed
Bases: ERADBaseException
Exceptions raised because invalid file type is passed.
Source code in erad\exceptions.py
41 42 43 44 45 46 47 |
|
MultiStatePlaneError
Bases: ERADBaseException
Exceptions raised because the corrdinates are in more than one state plane coordinates.
Source code in erad\exceptions.py
62 63 64 |
|
NotAFileError
Bases: ERADBaseException
Exception raised because file is expected but folder path is provided.
Source code in erad\exceptions.py
25 26 27 28 29 30 |
|
OpenDSSCommandError
Bases: ERADBaseException
Exceptions raised because opendss command execution ran into an error.
Source code in erad\exceptions.py
58 59 |
|
PathDoesNotExist
Bases: ERADBaseException
Exception raised bacause expected file/folder path does not exist.
Source code in erad\exceptions.py
15 16 17 18 19 20 21 22 |
|
SMARTDSInvalidInput
Bases: ERADBaseException
Exceptions raised because invalid input is provided for SMART DS data download.
Source code in erad\exceptions.py
50 51 |
|