Class UrException
Defined in File exceptions.h
Inheritance Relationships
Base Type
public std::runtime_error
Derived Types
public urcl::IncompatibleRobotVersion(Class IncompatibleRobotVersion)public urcl::InvalidRange(Class InvalidRange)public urcl::MissingArgument(Class MissingArgument)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::IncompatibleRobotVersion, urcl::InvalidRange, urcl::MissingArgument, urcl::TimeoutException, urcl::VersionMismatch