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