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