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