File Information
Library: XSD/Types
Package: XSDTypes
Header: Poco/XSD/Types/XSDException.h
Inheritance
Direct Base Classes: XSDException
All Base Classes: Poco::Exception, XSDException, std::exception
Known Derived Classes: NullElementException, InvalidElementException, ElementAlreadyDefinedException
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
ElementException
ElementException(
int code = 0
);
ElementException
ElementException(
const ElementException & exc
);
ElementException
ElementException(
const std::string & msg,
int code = 0
);
ElementException
ElementException(
const std::string & msg,
const std::string & arg,
int code = 0
);
ElementException
ElementException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~ElementException
~ElementException() noexcept;
Member Functions
className
const char * className() const noexcept;
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::XSD::Types::XSDException::name()
operator =
ElementException & operator = (
const ElementException & exc
);
rethrow
void rethrow() const;