Exception thrown when arguments to an algorithm or property are not correct.
Definition: Exceptions.hh:35
ArgumentException(std::string="")
Definition: Exceptions.cc:25
std::string py_what() const
Definition: Exceptions.cc:30
Definition: Exceptions.hh:7
CadabraException(std::string)
Definition: Exceptions.cc:5
Definition: Exceptions.hh:14
ConsistencyException(std::string)
Definition: Exceptions.cc:15
Exception thrown when there the Cadabra code detects an internal inconsistency; this should never hap...
Definition: Exceptions.hh:65
std::string py_what() const
Definition: Exceptions.cc:57
InternalError(std::string="")
Definition: Exceptions.cc:52
Definition: Exceptions.hh:28
InterruptionException(std::string="")
Definition: Exceptions.cc:20
Exception thrown when something requires that an expression is a pure scalar (i.e.
Definition: Exceptions.hh:45
std::string py_what() const
Definition: Exceptions.cc:41
NonScalarException(std::string="")
Definition: Exceptions.cc:36
Exception thrown when there the Cadabra code detects an internal inconsistency; this should never hap...
Definition: Exceptions.hh:75
std::string py_what() const
Definition: Exceptions.cc:68
NotYetImplemented(std::string="")
Definition: Exceptions.cc:63
Definition: Exceptions.hh:21
ParseException(std::string)
Definition: Exceptions.cc:10
Exception thrown when an algorithm cannot complete, e.g.
Definition: Exceptions.hh:56
RuntimeException(std::string="")
Definition: Exceptions.cc:47