Poco::XSD::Types

class InvalidTypeException

Library: XSD/Types
Package: XSDTypes
Header: Poco/XSD/Types/XSDException.h

Inheritance

Direct Base Classes: TypeException

All Base Classes: Poco::Exception, TypeException, 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

InvalidTypeException

InvalidTypeException(
    int code = 0
);

InvalidTypeException

InvalidTypeException(
    const InvalidTypeException & exc
);

InvalidTypeException

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

InvalidTypeException

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

InvalidTypeException

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

Destructor

~InvalidTypeException

~InvalidTypeException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

InvalidTypeException & operator = (
    const InvalidTypeException & exc
);

rethrow virtual

void rethrow() const;