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