File Information
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
NullTypeException
NullTypeException(
int code = 0
);
NullTypeException
NullTypeException(
const NullTypeException & exc
);
NullTypeException
NullTypeException(
const std::string & msg,
int code = 0
);
NullTypeException
NullTypeException(
const std::string & msg,
const std::string & arg,
int code = 0
);
NullTypeException
NullTypeException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~NullTypeException
~NullTypeException() 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::TypeException::name()
operator =
NullTypeException & operator = (
const NullTypeException & exc
);
rethrow
void rethrow() const;