lsst.pex.exceptions
14.0-1-g13ef843+11
|
Namespaces | |
python | |
version | |
wrappers | |
Classes | |
class | DomainError |
class | Exception |
class | InvalidParameterError |
class | IoError |
class | LengthError |
class | LogicError |
class | MemoryError |
class | NotFoundError |
class | OutOfRangeError |
class | OverflowError |
class | RangeError |
class | RuntimeError |
class | TimeoutError |
struct | Tracepoint |
One point in the Traceback vector held by Exception. More... | |
class | TypeError |
class | UnderflowError |
Typedefs | |
typedef std::vector< Tracepoint > | Traceback |
Functions | |
std::ostream & | operator<< (std::ostream &stream, Exception const &e) |
Push the text representation of an exception onto a stream. More... | |
Definition at line 97 of file Exception.h.
std::ostream & lsst::pex::exceptions::operator<< | ( | std::ostream & | stream, |
Exception const & | e | ||
) |
Push the text representation of an exception onto a stream.
[in] | stream | Reference to an output stream. |
[in] | e | Exception to output. |
Definition at line 124 of file Exception.cc.