Opus Fehlermeldungen

Im Folgenden werden die möglichen Fehlermeldungen aufgeführt.


Nr.MeldungExceptionErklärungBeispiel
0No Error


1

BPM Execution Error


nicht verwendet

2

Type Name Expected




3

Semicolon Expected


Hier wird ein Strichpunkt erwartet

4

No Corresponding End of Block


Der Block ist nicht korrekt mit } geschlossen

5

return is not allowed here


die return Anweisung kann hier nicht verwendet werden (nur innerhalb von Funktionen)

6

Connect Operator '=>' Expected


nicht verwendet

7

Connect Operator '<=' Expected


nicht verwendet

8

Assign Operator '=' Expected




9

Illegal input / output Connection




10

Not enough Memory

JaNicht genug Speicher.

11

Object Type Identifier Expected




12

Operator Expected




13

Error Reading Input File

Ja

14

Identifier Expected




15

Missing Value




16

Exponent Expected




17

String Constant Expected

Ja

18

String Constant Exceeds End of Line




19

Closing Parenthesis Expected




20

Syntax Error




21

Illegal Type(s) for this Operation

Ja

22

Error In Expression

Ja

23

Undefined Variable

Ja

24

Unknown Type of the Variable

Ja

25

Incompatible Types

Ja

26

Closing Bracket Expected




27

List Element hasn't the same Type

Ja

28

Illegal Type for Lists

Ja

29

Operators are not Supported in this Version




30

Start of Block expected




31

Parent Object Name Expected




32

Base Object not defined




33

Redefined Object




34

Inheritation from Undefined Object




35

This Object hasn't the same Type




36

Double defined Parameter




37

Illegal use of arrays

Ja

38

Unknown Function

Ja

39

Index must be Integer

Ja

40

Negative Indexes are not allowed

Ja

41

This is a Function (No Error)




42

Undefined Procedure

Ja

43

Undefined Function or Object

Ja

44

Parameter Number Mismatch




45

Unknown Identifier or Variable

Ja

46

Illegal Dot Operator

Ja

47

Start of Block Expected




48

Missing Main Section




49

Illegal Index on Non Array

Ja

50

Index Out of Range

Ja

51

Internal Error on Assignement




52

Cannot Define Interfaces in this Object




53

Cannot Define Inputs in this Object




54

Cannot Define Outputs in this Object




55

Opening Bracket Expected




56

Output Variable Expected




57

Input Variable Expected




58

List Separator Expected




59

This Operator cannot be used here

Ja

60

Illegal Types in Expression

Ja

61

Unsupported Types for Operation

Ja

62

Division By Zero

Ja

63

Expression Expected

Ja

64

Too Few Arguments

Ja

65

Too Many Arguments

Ja

66

Argument Type Mismatch

Ja

67

Illegal Argument Value

Ja

68

Ilegal Type for Operation

Ja

69

Bad Type for Test

Ja

70

Bad Return Type

Ja

71

Cannot find Control Part




72

Cannot find Loop Block




73

Cannot assign void Type




74

Illegal Argument Type

Ja

75

Negative Variable Extension

Ja

76

Invalid Type for Variable Extension

Ja

77

Extension Terminator '\\' expected




78

No Interface possible in the root object




79

Colon ':' expected




80

'case' or 'default' expected




81

Illegal Double Index on Non Matrix

Ja

82

A Matrix Needs Two Indexes

Ja

83

No Identifier Addings ('\\ \\' or '{ }' or '[ ]') Are Allowed Here




84

Incorrect Form of Expr ? Expr1 : Expr2




85

Array Dimension Mismatch

Ja

86

Matrix Dimension Mismatch

Ja

87

Arrays or Matrices Must Have the Same Dimension

Ja

88

Too Many Prefix Operations




89

Bad Matrix Dimensions for this Operation

Ja

90

Vector Elements of a Matrix Must Have Same Dimension




91

Matlab Variable Not Defined




92

Semicolon Expected at the End of an Object




93

Debugger Line Report




94

Error Writing Output File




95

Cannot Reassign Vector or Matrix Element

Ja

96

Interpreter Error Inside the Eval String

Ja

97

Error Reading Include File




98

Interpreter Error Inside the Include File




99

Place Nested ? : in Parenthesis '()'




100

Invalid File Handle For File Operation




101

Cannot Read From This File




102

Cannot Write to This File




103

Cannot Close This File




104

Execution Aborted by User




105

User Defined Function Did Not Return a Valid Value




106

Information: End Of Eval Code




107

String Constant Too Long




108

Breakpoint Hit




109

Cannot Reassign Different Type on Reference Variable

Ja

110

Ill Formed Raw String Literal




111

Raw String Delimiter not Matched




112

Character Constant Expected

Ja

113

Character Constant Exceeds End of Line

Ja

114

String Character Index Out of Range

Ja

115

Object Start Expected ('{')




116

Value Expected

Ja

117

Value Separator (':') Expected

Ja

118

Member Already Exists

Ja

119

Value Name Expected

Ja

120

New Members Must be Assigned With :=

Ja

121

Extension Terminator '}' expected




122

Interpreter not Initialized




123

This is a Method (No Error)




124

Undefined Method on Object

Ja

125

Unterminated Expression




126Start XML Tag (<) expectedJa

127End XML Tag (>) expectedJa

128Close XML Tag (</...>) expectedJa

129Missing Correspondant Closing XML TagJa

130Modifications Not Allowed


131Attribute Value ExpectedJa

132Attribute String ExpectedJa

133Start of JSON expected ( { or [ )Ja

134Object Array Index Out of RangeJa

135Closing Brace '}' expected


136Stack overflow
Es kann insbesondere bei rekursiven Aufrufen passieren, dass der Stack überläuft
137New Attributes Must be Assigned With :=


138break is not allowed here


139continue is not allowed here


140'while' expected


141Opening Parenthesis Expected
Eine öffnende Klanner wird erwartet
142Exception thrownJa

143'catch' is not allowed here


144'finally' is not allowed here


145'when' is not allowed here


146Unhandled Exception thrown


147'else' without corresponding 'if'


148Cannot delete elementsJaEs können keine Array Elemente deleted werden
149Cannot delete functionJaFunktionen können nicht deleted werden
150Cannot delete member functionJaMemberfunktionen können nicht deleted werden
151Cannot delete new memberJaNeue Member-Variablen, die gerade entstehen können nicht deleted werden
152Cannot delete referenceJaDiese Referenz-Variable kann nicht deleted werden
153Cannot delete root objectJaObjekte main, function, global und object können nicht deleted werden
154Mismatched Blocks in Code
In einem Code gibt es zu viele Blockenden ('}')