21 #include <smart_ptr.h> 23 #ifndef _libint2_src_bin_libint_exception_h_ 24 #define _libint2_src_bin_libint_exception_h_ 54 logic_error(
"DirectedGraph -- vertex already on stack"), vertex_(vertex) {}
57 SafePtr<DGVertex> vertex()
const {
return vertex_; }
61 SafePtr<DGVertex> vertex_;
77 class NotSet :
public std::logic_error {
80 NotSet(
const std::string& a) :
Defaults definitions for various parameters assumed by Libint.
Definition: algebra.cc:23
This exception used to indicate that some property is not set.
Definition: exception.h:77
Definition: exception.h:31
Definition: exception.h:39
This exception used to indicate some programming error.
Definition: exception.h:94
This exception class is used to pass the pointer to the vertex on the graph.
Definition: exception.h:50
This exception used to indicate that some code hasn't been developed or generalized yet...
Definition: exception.h:86