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