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