ot::io
class ExistingFileException
#include "ot/io/ExistingFileException.h"
Thrown when attempting to create a file exclusively and the file already exists.
- See also:
-
File::createNewFile
Constructor/Destructor Detail |
ExistingFileException
ExistingFileException(const String& message)
-
getExceptionType
virtual String getExceptionType() const
-
Returns the class name as a String.
This method should be overridden in all derived classes to return the name of the derived class.
- See also:
-
getDescription()
getLocalizedDescription
virtual String getLocalizedDescription() const
-
Returns a localized description of the Exception type or, if a native language translation is unavailable, an empty string.
The base class implementation always returns an empty string.
- See also:
-
getDescription()
Found a bug or missing feature? Please email us at support@elcel.com