Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/FISException.h
Direct Base Classes: Poco::RuntimeException
All Base Classes: Poco::Exception, Poco::RuntimeException, std::exception
Known Derived Classes: FISParseException, FISEncodingException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
FISException(
int code = 0
);
FISException(
const FISException & exc
);
FISException(
const std::string & msg,
int code = 0
);
FISException(
const std::string & msg,
const std::string & arg,
int code = 0
);
FISException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
~FISException();
const char * className() const;
See also: Poco::RuntimeException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::RuntimeException::name()
FISException & operator = (
const FISException & exc
);
void rethrow() const;
See also: Poco::RuntimeException::rethrow()