|
C12Adapter Opensource C++ Interface
|
This is the complete list of members for MENumberOutOfRange, 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 |
| Check(double lo, double hi, double val) | MENumberOutOfRange | inlinestatic |
| Check(double lo, double hi, double val, MConstChars itemName) | MENumberOutOfRange | inlinestatic |
| CheckInteger(int lo, int hi, int val) | MENumberOutOfRange | inlinestatic |
| CheckInteger(int lo, int hi, int val, MConstChars itemName) | MENumberOutOfRange | inlinestatic |
| CheckIntegerRange(int lo, int hi, int val) | MENumberOutOfRange | static |
| CheckNamedIntegerRange(int lo, int hi, int val, MConstChars itemName) | MENumberOutOfRange | static |
| CheckNamedRange(double lo, double hi, double val, MConstChars itemName) | MENumberOutOfRange | static |
| CheckNamedUInt64Range(Muint64 lo, Muint64 hi, Muint64 val, MConstChars itemName=NULL) | MENumberOutOfRange | static |
| CheckNamedUnsignedLongRange(unsigned long lo, unsigned long hi, unsigned long val, MConstChars itemName=NULL) | MENumberOutOfRange | inlinestatic |
| CheckNamedUnsignedRange(unsigned lo, unsigned hi, unsigned val, MConstChars itemName) | MENumberOutOfRange | static |
| CheckRange(double lo, double hi, double val) | MENumberOutOfRange | static |
| CheckUnsignedRange(unsigned lo, unsigned hi, unsigned val) | MENumberOutOfRange | static |
| 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 |
| GetName() const | MENumberOutOfRange | inline |
| GetPersistentPropertyDefaultValue(const MStdString &name) const | MObject | virtual |
| GetProperty(const MStdString &name) const | MObject | virtual |
| GetRangeMax() const | MENumberOutOfRange | inline |
| GetRangeMin() const | MENumberOutOfRange | inline |
| GetStack() const | MException | inline |
| GetStaticClass() | MObject | inlinestatic |
| GetType() const | MObject | virtual |
| GetValue() const | MENumberOutOfRange | inline |
| 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 | |
| MENumberOutOfRange(double lo, double hi, double val, MConstChars itemName=NULL) | MENumberOutOfRange | |
| MENumberOutOfRange(const MENumberOutOfRange &ex) | MENumberOutOfRange | |
| 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() | MENumberOutOfRange | static |
| NewClone() const | MENumberOutOfRange | virtual |
| operator=(const MENumberOutOfRange &ex) | MENumberOutOfRange | inline |
| MException::operator=(const MException &ex) | MException | |
| Prepend(const MStdString &) | MException | |
| PrependBeforeString(MConstLocalChars str,...) | MException | |
| PrependBeforeString(const char *str,...) | MException | |
| Rethrow() | MENumberOutOfRange | 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 |
| SetName(const MStdString &name) | MENumberOutOfRange | inline |
| SetPersistentPropertiesToDefault() | MObject | virtual |
| SetPersistentPropertyToDefault(const MStdString &name) | MObject | virtual |
| SetProperty(const MStdString &name, const MVariant &value) | MObject | virtual |
| SetRangeMax(double hi) | MENumberOutOfRange | inline |
| SetRangeMin(double lo) | MENumberOutOfRange | inline |
| SetType(const MStdString &) | MObject | virtual |
| SetValue(double value) | MENumberOutOfRange | inline |
| SimplifyMessageString(const MStdString &message) | MException | static |
| Throw(double val) | MENumberOutOfRange | inlinestatic |
| Throw(double val, MConstChars itemName) | MENumberOutOfRange | inlinestatic |
| Throw(double lo, double hi, double val) | MENumberOutOfRange | inlinestatic |
| Throw(double lo, double hi, double val, MConstChars itemName) | MENumberOutOfRange | inlinestatic |
| MException::Throw(MErrorEnum::Type code, MConstLocalChars str,...) | MException | static |
| MException::Throw(MErrorEnum::Type code, const char *str,...) | MException | static |
| MException::Throw(KindType kind, MErrorEnum::Type code, MConstLocalChars str,...) | MException | static |
| MException::Throw(KindType kind, MErrorEnum::Type code, const char *str,...) | MException | static |
| MException::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 |
| ThrowNamedRange(double lo, double hi, double val, MConstChars itemName) | MENumberOutOfRange | static |
| ThrowNamedValue(double val, MConstChars itemName) | MENumberOutOfRange | static |
| ThrowNotSupportedForThisType() | MException | static |
| ThrowNoValue() | MException | static |
| ThrowNoValue(MFileNameAndLineNumber fl) | MException | static |
| ThrowRange(double lo, double hi, double val) | MENumberOutOfRange | 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 |
| ThrowValue(double val) | MENumberOutOfRange | 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 |
| ~MENumberOutOfRange() | MENumberOutOfRange | virtual |
| ~MException() | MException | virtual |
| ~MObject() | MObject | inlinevirtual |