Poco::XSD::Types

class SchemaException

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: IllegalOrderException

Member Summary

Member Functions: className, clone, name, operator =, rethrow

Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what

Constructors

SchemaException

SchemaException(
    int code = 0
);

SchemaException

SchemaException(
    const SchemaException & exc
);

SchemaException

SchemaException(
    const std::string & msg,
    int code = 0
);

SchemaException

SchemaException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);

SchemaException

SchemaException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);

Destructor

~SchemaException

~SchemaException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

SchemaException & operator = (
    const SchemaException & exc
);

rethrow virtual

void rethrow() const;