File Information
Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/FISException.h
Inheritance
Direct Base Classes: FISException
All Base Classes: Poco::Exception, FISException, Poco::RuntimeException, 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
FISParseException
FISParseException(
int code = 0
);
FISParseException
FISParseException(
const FISParseException & exc
);
FISParseException
FISParseException(
const std::string & msg,
int code = 0
);
FISParseException
FISParseException(
const std::string & msg,
const std::string & arg,
int code = 0
);
FISParseException
FISParseException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~FISParseException
~FISParseException() noexcept;
Member Functions
className
const char * className() const noexcept;
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::FastInfoset::FISException::name()
operator =
FISParseException & operator = (
const FISParseException & exc
);
rethrow
void rethrow() const;