Library: Data
Package: DataCore
Header: Poco/Data/DataException.h
Direct Base Classes: Poco::IOException
All Base Classes: Poco::Exception, Poco::IOException, Poco::RuntimeException, std::exception
Known Derived Classes: RowDataMissingException, UnknownDataBaseException, UnknownTypeException, ExecutionException, BindingException, ExtractException, LimitException, NotSupportedException, NotImplementedException, SessionUnavailableException, SessionPoolExhaustedException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, message, name, nested, operator =, rethrow, what
DataException(
int code = 0
);
DataException(
const DataException & exc
);
DataException(
const std::string & msg,
int code = 0
);
DataException(
const std::string & msg,
const std::string & arg,
int code = 0
);
DataException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
~DataException();
const char * className() const;
See also: Poco::IOException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::IOException::name()
DataException & operator = (
const DataException & exc
);
void rethrow() const;
See also: Poco::IOException::rethrow()