File Information
Library: XSD/Types
Package: XSDTypes
Header: Poco/XSD/Types/XSDException.h
Inheritance
Direct Base Classes: SchemaException
All Base Classes: Poco::Exception, SchemaException, XSDException, 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
IllegalOrderException
IllegalOrderException(
int code = 0
);
IllegalOrderException
IllegalOrderException(
const IllegalOrderException & exc
);
IllegalOrderException
IllegalOrderException(
const std::string & msg,
int code = 0
);
IllegalOrderException
IllegalOrderException(
const std::string & msg,
const std::string & arg,
int code = 0
);
IllegalOrderException
IllegalOrderException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~IllegalOrderException
~IllegalOrderException() noexcept;
Member Functions
className
const char * className() const noexcept;
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
operator =
IllegalOrderException & operator = (
const IllegalOrderException & exc
);
rethrow
void rethrow() const;