|
|
|
|
|
class ThrowExceptionDebugPoint
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::cfgscript::ThrowExceptionDebugPoint Class Reference#include <ScriptDebug.h>
Inheritance diagram for acdk::cfgscript::ThrowExceptionDebugPoint:
List of all members.
Detailed Description
breakpoint if exception will be thrown
Constructor & Destructor Documentation
acdk::cfgscript::ThrowExceptionDebugPoint::ThrowExceptionDebugPoint |
( |
IN(RString) |
exName |
) |
|
|
|
- Parameters:
-
exName | part of the classname of the exception |
|
Member Function Documentation
bool acdk::cfgscript::ThrowExceptionDebugPoint::doBreak |
( |
int |
action, |
|
|
IN(RExecutionStackFrame) |
frame |
|
) |
[inline, virtual] |
|
RString acdk::cfgscript::ThrowExceptionDebugPoint::getIdentifier |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::cfgscript::ThrowExceptionDebugPoint::isBreakPoint |
( |
IN(RString) |
ident |
) |
[inline, virtual] |
|
virtual bool acdk::cfgscript::ThrowExceptionDebugPoint::onThrow |
( |
IN(RThrowable) |
ex, |
|
|
int |
line, |
|
|
IN(RString) |
file |
|
) |
[virtual] |
|
RString acdk::cfgscript::ThrowExceptionDebugPoint::toString |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|