edisgo.flex_opt.exceptions

Module Contents

exception edisgo.flex_opt.exceptions.Error[source]

Bases: Exception

Inheritance diagram of edisgo.flex_opt.exceptions.Error

Base class for exceptions in this module.

exception edisgo.flex_opt.exceptions.MaximumIterationError(message)[source]

Bases: Error

Inheritance diagram of edisgo.flex_opt.exceptions.MaximumIterationError

Exception raised when maximum number of iterations in network reinforcement is exceeded.

message

Explanation of the error

Type

str

exception edisgo.flex_opt.exceptions.ImpossibleVoltageReduction(message)[source]

Bases: Error

Inheritance diagram of edisgo.flex_opt.exceptions.ImpossibleVoltageReduction

Exception raised when voltage issue cannot be solved.

message

Explanation of the error

Type

str