Class UrException
Defined in File exceptions.h
Inheritance Relationships
Base Type
public std::runtime_error
Derived Types
public urcl::TimeoutException
(Class TimeoutException)public urcl::VersionMismatch
(Class VersionMismatch)
Class Documentation
-
class UrException : public virtual std::runtime_error
Our base class for exceptions. Specialized exceptions should inherit from those.
Subclassed by urcl::TimeoutException, urcl::VersionMismatch