NAME
Oorb::Exception, Oorb::EOFException, Oorb::StuffException - Exceptions thrown by objects in the oorb library
SYNOPSIS
-loorb $(ORBLIBS)
#include "oorb.h"
namespace Oorb
DESCRIPTION
Methods in the
Oorb library throw exceptions that all come from the base class
Exception. The
Exception class is in turn a sub-class of
std::runtime_error.
Subclasses of
Exception include
EOFException and
StuffException.
CONSTRUCTORS
-
Exception( std::string what )
This class inherits from std::runtime_error, forming the base class
for all exceptions thrown by the Oorb library.
-
EOFException( std::string what )
This class inherits from Exception, indicating an End-Of-File (EOF) error.
-
StuffException( std::string what )
This class inherits from Exception, indicating an error from the stuffPkt(3) routine.
LIBRARY
-loorb $(ORBLIBS)
ATTRIBUTES
MT-Safe
SEE ALSO
Oorb(3)
AUTHOR
Kent Lindquist