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