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