class GradSoft::ThreadingExceptions

'namespace' for Threading Exceptions definitions

Public Members

class Failure: public std::runtime_error
Base class for Threading Exceptions
class NoResources: public Failure
base class for exceptions, which caused by resource limits
class NoMemory: public NoResources
NoMemory.
class TemporaryNoResources: public NoResources
resource temporary not aviable
class NoPermission: public NoResources
current program have no permission to perform some actions
class PossibleDeadlock: public Failure
operation can cause a deadlock (note, that actually deadlock exception on some platforms or with some compilation options can be not throwed)
class ResourceBusy: public Failure
operation want get access to resource, which is busy now
class InvalidResource: public Failure
InvalidResource
class SystemError: public Failure
system error occured
class InternalError: public Failure
indicate internal error or incorrect configuration of package
class NotImplemented: public Failure
functionality is not implemented on this platform


Documentation

'namespace' for Threading Exceptions definitions

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.