Library: Foundation
Package: Core
Header: Poco/Exception.h
Direct Base Classes: IOException
All Base Classes: Exception, IOException, RuntimeException, std::exception
Known Derived Classes: FileExistsException, FileNotFoundException, PathNotFoundException, FileReadOnlyException, FileAccessDeniedException, CreateFileException, OpenFileException, WriteFileException, ReadFileException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
FileException(
    int code = 0
);
FileException(
    const FileException & exc
);
FileException(
    const std::string & msg,
    int code = 0
);
FileException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
FileException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~FileException();
 
 const char * className() const;
See also: Poco::IOException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::IOException::name()
FileException & operator = (
    const FileException & exc
);
 
 void rethrow() const;
See also: Poco::IOException::rethrow()