File Information
Library: IoT/CANopen
Package: CANcore
Header: IoT/CANopen/CANException.h
Inheritance
Direct Base Classes: CANException
All Base Classes: CANException, Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
FrameQueueOverflowException
FrameQueueOverflowException(
int code = 0
);
FrameQueueOverflowException
FrameQueueOverflowException(
const FrameQueueOverflowException & exc
);
FrameQueueOverflowException
FrameQueueOverflowException(
const std::string & msg,
int code = 0
);
FrameQueueOverflowException
FrameQueueOverflowException(
const std::string & msg,
const std::string & arg,
int code = 0
);
FrameQueueOverflowException
FrameQueueOverflowException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~FrameQueueOverflowException
~FrameQueueOverflowException() noexcept;
Member Functions
className
const char * className() const noexcept;
See also: IoT::CANopen::CANException::className()
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: IoT::CANopen::CANException::name()
operator =
FrameQueueOverflowException & operator = (
const FrameQueueOverflowException & exc
);
rethrow
void rethrow() const;
See also: IoT::CANopen::CANException::rethrow()