lsst.pex.exceptions
8.0.0.0-23-g68b96ed
|
Namespaces | |
namespace | version |
namespace | wrappers |
Classes | |
struct | Tracepoint |
One point in the Traceback vector held by Exception. More... | |
class | Exception |
class | LogicError |
class | DomainError |
class | InvalidParameterError |
class | LengthError |
class | OutOfRangeError |
class | RuntimeError |
class | RangeError |
class | OverflowError |
class | UnderflowError |
class | NotFoundError |
class | MemoryError |
class | IoError |
class | TypeError |
class | TimeoutError |
Typedefs | |
typedef std::vector< Tracepoint > | Traceback |
Functions | |
std::ostream & | operator<< (std::ostream &stream, Exception const &e) |
typedef std::vector<Tracepoint> lsst::pex::exceptions::Traceback |
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. |
References lsst::pex::exceptions::Exception::addToStream().