exceptions Package

exceptions Module

Created on Mar 4, 2014

author: jakeret

exception ivy.exceptions.exceptions.IllegalAccessException[source]

Bases: Exception

Raised when an immutable struct is tried to be modified

exception ivy.exceptions.exceptions.InvalidAttributeException[source]

Bases: Exception

Raised when attributes are not valid

exception ivy.exceptions.exceptions.InvalidLoopException[source]

Bases: Exception

Raised when a loop cannot be executed properly

exception ivy.exceptions.exceptions.NotImplementedException[source]

Bases: Exception

Raised when a methods of an ABC are not overwritten

exception ivy.exceptions.exceptions.UnsupportedPluginTypeException[source]

Bases: Exception

Raised when a plugin cannot be found or be instanciated