UAPFileCouldNotBeOpened Member List
This is the complete list of members for
UAPFileCouldNotBeOpened, including all inherited members.
| getCause() const | UAPException | |
| getFile() const | UAPIOException | |
| getLineNumber() const | UAPIOException | |
| getMessage() const | UAPException | |
| operator<<(std::ostream &os, const UAPException &except) | UAPException | [friend] |
| printStackTrace(std::ostream &_file=std::cerr) | UAPException | |
| toString() const | UAPIOException | [virtual] |
| UAPException(const std::string &_message="Unspecified exception") | UAPException | |
| UAPException(const std::string &_message, const UAPException &_cause) | UAPException | |
| UAPFileCouldNotBeOpened(const std::string &_message="Unspecified exception", const std::string &_file="Unspecified file name", int _line=0) | UAPFileCouldNotBeOpened | |
| UAPFileCouldNotBeOpened(const std::string &_message, const std::string &_file, int _line, const UAPException &_cause) | UAPFileCouldNotBeOpened | |
| UAPIOException(const std::string &_message="Unspecified exception", const std::string &_file="Unspecified file name", int _line=0) | UAPIOException | |
| UAPIOException(const std::string &_message, const std::string &_file, int _line, const UAPException &_cause) | UAPIOException | |
| ~UAPException() | UAPException | [virtual] |
| ~UAPFileCouldNotBeOpened() | UAPFileCouldNotBeOpened | |
| ~UAPIOException() | UAPIOException | |