Opus Fehlermeldungen
Im Folgenden werden die möglichen Fehlermeldungen aufgeführt.
Nr. | Meldung | Exception | Erklärung | Beispiel |
|---|---|---|---|---|
0 | No 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 | Ja | Nicht 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 |