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