threeML.exceptions package

Submodules

threeML.exceptions.custom_exceptions module

exception threeML.exceptions.custom_exceptions.CannotImportPlugin[source]

Bases: ImportWarning

exception threeML.exceptions.custom_exceptions.ConfigurationFileCorrupt[source]

Bases: RuntimeWarning

exception threeML.exceptions.custom_exceptions.CppInterfaceNotAvailable[source]

Bases: ImportWarning

exception threeML.exceptions.custom_exceptions.FitFailed[source]

Bases: RuntimeError

exception threeML.exceptions.custom_exceptions.ForbiddenRegionOfParameterSpace[source]

Bases: RuntimeWarning

exception threeML.exceptions.custom_exceptions.LikelihoodIsInfinite[source]

Bases: RuntimeWarning

exception threeML.exceptions.custom_exceptions.NegativeBackground[source]

Bases: RuntimeError

exception threeML.exceptions.custom_exceptions.TriggerDoesNotExist[source]

Bases: RuntimeError

class threeML.exceptions.custom_exceptions.deprecated(reason)[source]

Bases: object

threeML.exceptions.custom_exceptions.my_format_warning(message, category, filename, lineo, line=None)[source]

Override the default showwarning to customize the appearance of warnings :return:

Module contents