SystemException.h File Reference

#include <xvr2/DataTypes.h>
#include <xvr2/CoreExceptions.h>
#include <xvr2/String.h>

Go to the source code of this file.

Namespaces

namespace  xvr2

Classes

class  xvr2::SystemException
 General platform dependent exception which interfaces with host OS C library error reporting facilities. More...
class  xvr2::IOException
 This is a generic exception for I/O events. More...
class  xvr2::DSOException
 Use this exception whenever you want to throw a generic exception over a dso (dynamic shared object) event. More...
class  xvr2::FileException
 You will only be seeing this exception if a generic (undetermined) exception has occurred on a file-based class. More...
class  xvr2::NotEnoughKernelMemory
 This exception will be thrown only if there is not enough memory for kernel use. More...
class  xvr2::BrokenPipe
 This exception is thrown whenever the other end of communication has died or in the case of a socket when the remote host has closed connection without warning. More...
class  xvr2::ProcOutOfFileDescriptors
 This exception is thrown when the process is going out of files. More...
class  xvr2::SysOutOfFileDescriptors
 This exception is thrown when the system is going out of files. More...
class  xvr2::DeviceOrFIFONotFound
 This exception will be thrown only if while trying to open a FIFO filename the process owning the PIPE is not running or while trying to access a special device filename and the associated hardware is non-existent. More...
class  xvr2::DeviceNotFound
 This exception will be thrown only if while trying to open a special device file the associated hardware is not properly connected to the system. More...
class  xvr2::InterruptedSystemCall
 This exception is thrown whenever a system call is interrupted by another. More...
class  xvr2::SocketUnableToWrite
 This exception is thrown if it is not possible to write data to the other end of communications. More...
class  xvr2::SocketUnableToRead
 This exception is thrown if it is not possible to read data from the other end of communications. More...
class  xvr2::CantLoadDSO
 This exception is thown whenever you're trying to load a DSOException and some error ocurred. More...
class  xvr2::CantUnloadDSO
 If a DSOException cannot be unloaded, this exception is thrown. More...
class  xvr2::DSOSymbolException
 This is a common error appearing whenever you cant load a symbol from a DSOException. More...


Generated on Fri Jun 20 22:55:48 2008 for X-VR2 SDK by  doxygen 1.5.5