#include <parseexception.h>
Public Member Functions | |
| ParseException (zmm::String msg, zmm::Ref< Context > context) | |
| String | getMessage () |
| Ref< Array< StringBase > > | getStackTrace () |
| void | printStackTrace (FILE *file=LOG_FILE) |
Data Fields | |
| zmm::Ref< Context > | context |
Protected Attributes | |
| String | message |
| String | file |
| String | function |
| int | line |
| Ref< Array< StringBase > > | stackTrace |
Definition at line 42 of file parseexception.h.
| ParseException::ParseException | ( | zmm::String | msg, | |
| zmm::Ref< Context > | context | |||
| ) |
Definition at line 43 of file parseexception.cc.
| 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().
Definition at line 45 of file parseexception.h.
Referenced by main().
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