#include <exceptions.h>
Public Member Functions | |
| TryAgainException (zmm::String message) | |
| TryAgainException (zmm::String message, const char *file, int line, const char *function) | |
| String | getMessage () |
| Ref< Array< StringBase > > | getStackTrace () |
| void | printStackTrace (FILE *file=LOG_FILE) |
Protected Attributes | |
| String | message |
| String | file |
| String | function |
| int | line |
| Ref< Array< StringBase > > | stackTrace |
Definition at line 87 of file exceptions.h.
| TryAgainException::TryAgainException | ( | zmm::String | message | ) | [inline] |
Definition at line 90 of file exceptions.h.
| TryAgainException::TryAgainException | ( | zmm::String | message, | |
| const char * | file, | |||
| int | line, | |||
| const char * | function | |||
| ) | [inline] |
Definition at line 91 of file exceptions.h.
| String Exception::getMessage | ( | ) | [inherited] |
Definition at line 91 of file exception.cc.
References zmm::Exception::message.
Referenced by ContentManager::addRecursive(), FDIOHandler::close(), ContentManager::ContentManager(), ConfigManager::createAutoscanListFromNodeset(), ContentManager::initLayout(), main(), WebRequestHandler::open(), UpdateManager::threadProc(), IOHandlerChainer::threadProc(), ContentManager::threadProc(), BufferedIOHandler::threadProc(), Server::upnp_callback(), web_close(), web_get_info(), web_open(), and web_seek().
| Ref< Array< StringBase > > Exception::getStackTrace | ( | ) | [inherited] |
Definition at line 96 of file exception.cc.
References zmm::Exception::stackTrace.
| void zmm::Exception::printStackTrace | ( | FILE * | file = LOG_FILE |
) | [inline, inherited] |
Definition at line 65 of file exception.h.
Referenced by main(), Timer::notify(), WebRequestHandler::open(), set_jpeg_resolution_resource(), UpdateManager::threadProc(), ContentManager::threadProc(), BufferedIOHandler::threadProc(), web_close(), and web_seek().
String zmm::Exception::file [protected, inherited] |
Definition at line 50 of file exception.h.
Referenced by zmm::Exception::Exception().
String zmm::Exception::function [protected, inherited] |
Definition at line 51 of file exception.h.
Referenced by zmm::Exception::Exception().
int zmm::Exception::line [protected, inherited] |
Definition at line 52 of file exception.h.
Referenced by zmm::Exception::Exception().
String zmm::Exception::message [protected, inherited] |
Definition at line 49 of file exception.h.
Referenced by zmm::Exception::getMessage(), and StorageException::getUserMessage().
Ref<Array<StringBase> > zmm::Exception::stackTrace [protected, inherited] |
Definition at line 54 of file exception.h.
Referenced by zmm::Exception::Exception(), and zmm::Exception::getStackTrace().
1.6.1