|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::Constraint::ConstraintException, including all inherited members.
| ConstraintException(const S &formatString, Args &&... args) | CeresEngine::Constraint::ConstraintException | inlineexplicit |
| Exception(const char *typeName, const String &description="", const SourceLocation &sourceLocation=SourceLocation::current()) | CeresEngine::Exception | inlineexplicit |
| Exception(const char *typeName, const S &formatString, Args &&... args) | CeresEngine::Exception | inlineexplicit |
| Exception(const Exception &other)=default | CeresEngine::Exception | |
| Exception(Exception &&other) noexcept=default | CeresEngine::Exception | |
| getDescription() const noexcept | CeresEngine::Exception | inlinevirtual |
| getFile() const noexcept | CeresEngine::Exception | inlinevirtual |
| getFullDescription() const | CeresEngine::Exception | inlinevirtual |
| getLine() const noexcept | CeresEngine::Exception | inlinevirtual |
| getSource() const noexcept | CeresEngine::Exception | inlinevirtual |
| mDescription | CeresEngine::Exception | private |
| mFullDescription | CeresEngine::Exception | mutableprivate |
| mSourceLocation | CeresEngine::Exception | private |
| mTypeName | CeresEngine::Exception | private |
| operator=(const Exception &other)=default | CeresEngine::Exception | |
| operator=(Exception &&other) noexcept=default | CeresEngine::Exception | |
| what() const noexcept override | CeresEngine::Exception | inline |
| ~Exception() noexcept override=default | CeresEngine::Exception |