C12Adapter Opensource C++ Interface
|
This is the complete list of members for MException, including all inherited members.
AddFileAndLineToStack(const MStdString &file, unsigned line) | MException | |
AddFileNameAndLineNumberToStack(MFileNameAndLineNumber fl) | MException | |
Append(const MStdString &) | MException | |
AppendToString(MConstLocalChars str,...) | MException | |
AppendToString(const char *str,...) | MException | |
AsSimplifiedString() const | MException | virtual |
AsString() const | MException | virtual |
Call(const MStdString &name, const MVariant ¶ms) | MObject | |
Call0(const MStdString &name) | MObject | |
Call1(const MStdString &name, const MVariant &p1) | MObject | |
Call2(const MStdString &name, const MVariant &p1, const MVariant &p2) | MObject | |
Call3(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3) | MObject | |
Call4(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4) | MObject | |
Call5(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4, const MVariant &p5) | MObject | |
Call6(const MStdString &name, const MVariant &p1, const MVariant &p2, const MVariant &p3, const MVariant &p4, const MVariant &p5, const MVariant &p6) | MObject | |
CallV(const MStdString &name, const MVariant::VariantVector ¶ms) | MObject | virtual |
DoSetPersistentPropertiesToDefault(const MClass *staticClass) | MObject | protected |
Error enum value | MException | |
ErrorCommunication enum value | MException | |
ErrorConfiguration enum value | MException | |
ErrorFatal enum value | MException | |
ErrorInformation enum value | MException | |
ErrorMeter enum value | MException | |
ErrorNone enum value | MException | |
ErrorSecurity enum value | MException | |
ErrorSocket enum value | MException | |
ErrorSoftware enum value | MException | |
ErrorSystem enum value | MException | |
ErrorUser enum value | MException | |
ErrorWarning enum value | MException | |
GetAllPersistentPropertyNames() const | MObject | virtual |
GetAllPropertyNames() const | MObject | virtual |
GetCallStack() const | MException | |
GetClass() const =0 | MObject | pure virtual |
GetCode() const | MException | inline |
GetEmbeddedSizeof() const | MObject | virtual |
GetFileLineNumber() const | MException | inline |
GetFileName() const | MException | inline |
GetFileNameAndLineNumber() const | MException | inline |
GetKind() const | MException | inline |
GetKindAsString() const | MException | |
GetKindAsStringStatic(KindType kind) | MException | static |
GetMessageString() const | MException | inline |
GetPersistentPropertyDefaultValue(const MStdString &name) const | MObject | virtual |
GetProperty(const MStdString &name) const | MObject | virtual |
GetStack() const | MException | inline |
GetStaticClass() | MObject | inlinestatic |
GetType() const | MObject | virtual |
Init(KindType kind, MErrorEnum::Type code, MConstLocalChars str,...) | MException | |
Init(KindType kind, MErrorEnum::Type code, const char *str,...) | MException | |
Init(MErrorEnum::Type code, MConstLocalChars str,...) | MException | |
Init(MErrorEnum::Type code, const char *str,...) | MException | |
InitAll(MException::KindType kind, MErrorEnum::Type code, const MStdString &message) | MException | |
InitVA(KindType kind, MErrorEnum::Type code, MConstLocalChars str, va_list va) | MException | |
InitVA(KindType kind, MErrorEnum::Type code, const char *str, va_list va) | MException | |
InitVA(MErrorEnum::Type code, MConstLocalChars str, va_list va) | MException | |
InitVA(MErrorEnum::Type code, const char *str, va_list va) | MException | |
IsClassPresent(const MStdString &name) | MObject | inlinestatic |
IsEmbeddedObject() const | MObject | inline |
IsPropertyPresent(const MStdString &name) const | MObject | virtual |
IsServicePresent(const MStdString &name) const | MObject | virtual |
KindType enum name | MException | |
m_code | MException | protected |
m_fileNameAndLineNumber | MException | protected |
m_kind | MException | protected |
m_message | MException | protected |
m_stack | MException | protected |
MaximumVisibleParameterLength enum value | MException | |
MException() | MException | |
MException(const MStdString &message, MErrorEnum::Type code=MErrorEnum::ClientApplicationError, KindType kind=MException::ErrorUser) | MException | explicit |
MException(const MException &ex) | MException | |
MObject() | MObject | inlineprotected |
New() | MException | static |
NewClone() const | MException | virtual |
operator=(const MException &ex) | MException | |
Prepend(const MStdString &) | MException | |
PrependBeforeString(MConstLocalChars str,...) | MException | |
PrependBeforeString(const char *str,...) | MException | |
Rethrow() | MException | virtual |
s_class | MObject | static |
s_itemIsUnknownErrorString | MException | static |
SetCode(MErrorEnum::Type code) | MException | inline |
SetFileNameAndLineNumber(MFileNameAndLineNumber fl) | MException | inline |
SetKind(KindType kind) | MException | inline |
SetMessageString(const MStdString &msg) | MException | inline |
SetPersistentPropertiesToDefault() | MObject | virtual |
SetPersistentPropertyToDefault(const MStdString &name) | MObject | virtual |
SetProperty(const MStdString &name, const MVariant &value) | MObject | virtual |
SetType(const MStdString &) | MObject | virtual |
SimplifyMessageString(const MStdString &message) | MException | static |
Throw(MErrorEnum::Type code, MConstLocalChars str,...) | MException | static |
Throw(MErrorEnum::Type code, const char *str,...) | MException | static |
Throw(KindType kind, MErrorEnum::Type code, MConstLocalChars str,...) | MException | static |
Throw(KindType kind, MErrorEnum::Type code, const char *str,...) | MException | static |
Throw(const MStdString &message, MErrorEnum::Type code=MErrorEnum::ClientApplicationError) | MException | static |
ThrowBadFileFormat(const MStdString &fileName) | MException | static |
ThrowBadTimeValue(MConstChars str=NULL) | MException | static |
ThrowCallOutOfSequence() | MException | static |
ThrowCannotIndexItem(MConstChars itemName=NULL) | MException | static |
ThrowDivisionByZero() | MException | static |
ThrowNotSupportedForThisType() | MException | static |
ThrowNoValue() | MException | static |
ThrowNoValue(MFileNameAndLineNumber fl) | MException | static |
ThrowStringTooLong(int stringLength, int maximumPossibleLength) | MException | static |
ThrowSyntaxError(MConstChars offendingString) | MException | static |
ThrowSyntaxError(MConstChars offendingString, size_t offendingStringLength) | MException | static |
ThrowUnexpectedChar(int ch) | MException | static |
ThrowUnknownError() | MException | static |
ThrowUnknownItem(MException::KindType kind, MConstChars name) | MException | static |
ThrowUnknownItem(MConstChars name) | MException | static |
ThrowUnknownItem(MException::KindType kind, const MStdString &name) | MException | static |
ThrowUnknownItem(const MStdString &name) | MException | static |
ThrowUnsupportedType(int typetag) | MException | static |
UpdateFileAndLine(const MStdString &file, unsigned line) | MException | |
UpdateFileNameAndLineNumber(MFileNameAndLineNumber fl) | MException | inline |
Validate() | MObject | virtual |
VisualizeCharsParameter(char *buff, const char *v) | MException | static |
VisualizeCharsParameter(char *buff, const char *v, unsigned len) | MException | static |
VisualizeParameter(const MVariant &v) | MException | static |
VisualizeStringParameter(char *buff, const MStdString &v) | MException | static |
VisualizeVariantParameter(char *buff, const MVariant &v) | MException | static |
~MException() | MException | virtual |
~MObject() | MObject | inlinevirtual |