CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::FileNotFoundException Member List

This is the complete list of members for CeresEngine::FileNotFoundException, including all inherited members.

Exception(const char *typeName, const String &description="", const SourceLocation &sourceLocation=SourceLocation::current())CeresEngine::Exceptioninlineexplicit
Exception(const char *typeName, const S &formatString, Args &&... args)CeresEngine::Exceptioninlineexplicit
Exception(const Exception &other)=defaultCeresEngine::Exception
Exception(Exception &&other) noexcept=defaultCeresEngine::Exception
FileNotFoundException(const S &formatString, Args &&... args)CeresEngine::FileNotFoundExceptioninlineexplicit
getDescription() const noexceptCeresEngine::Exceptioninlinevirtual
getFile() const noexceptCeresEngine::Exceptioninlinevirtual
getFullDescription() constCeresEngine::Exceptioninlinevirtual
getLine() const noexceptCeresEngine::Exceptioninlinevirtual
getSource() const noexceptCeresEngine::Exceptioninlinevirtual
mDescriptionCeresEngine::Exceptionprivate
mFullDescriptionCeresEngine::Exceptionmutableprivate
mSourceLocationCeresEngine::Exceptionprivate
mTypeNameCeresEngine::Exceptionprivate
operator=(const Exception &other)=defaultCeresEngine::Exception
operator=(Exception &&other) noexcept=defaultCeresEngine::Exception
what() const noexcept overrideCeresEngine::Exceptioninline
~Exception() noexcept override=defaultCeresEngine::Exception