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: NullTypeException, InvalidTypeException, TypeAlreadyDefinedException
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
TypeException
TypeException(
int code = 0
);
TypeException
TypeException(
const TypeException & exc
);
TypeException
TypeException(
const std::string & msg,
int code = 0
);
TypeException
TypeException(
const std::string & msg,
const std::string & arg,
int code = 0
);
TypeException
TypeException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~TypeException
~TypeException() noexcept;
Member Functions
className
const char * className() const noexcept;
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::XSD::Types::XSDException::name()
operator =
TypeException & operator = (
const TypeException & exc
);
rethrow
void rethrow() const;