public class ErrorCodes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CANNOT_RESOLVE_ITER
In case that the identifier "ITER" cannot be resolved (collection iteration).
|
static int |
DIMENSION
In case of problems with an initializer container dimension.
|
static int |
DISCOURAGED
Discouraged use (usually a warning).
|
static int |
FORMAT_ERROR
Errors when a given format is not fulfilled.
|
static int |
FROM_PARSER
Error received from parser and added to message list.
|
static int |
IMPORT
Errors during project import.
|
static int |
INITIALIZER_CONSISTENCY
Structural error in initializer, e.g. missing names.
|
static int |
MISSING
A semantically missing element, such as a return expression.
|
static int |
NAME_CLASH
Errors when names clash.
|
static int |
REDEFINITION
An element is defined multiple times.
|
static int |
RULES
Errors during rules.
|
static int |
SYNTAX
In case of syntax problems leading to missing parts in the AST.
|
static int |
TYPE_CONSISTENCY
Elements of different types cannot be assigned.
|
static int |
UNKNOWN_ELEMENT
Unknown elements such as compound slots (but not types).
|
static int |
UNKNOWN_TYPE
Unknown types.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ErrorCodes()
Prevents creating instances of this class.
|
public static final int UNKNOWN_TYPE
public static final int INITIALIZER_CONSISTENCY
public static final int TYPE_CONSISTENCY
public static final int REDEFINITION
public static final int NAME_CLASH
public static final int FROM_PARSER
public static final int FORMAT_ERROR
public static final int UNKNOWN_ELEMENT
public static final int IMPORT
public static final int RULES
public static final int CANNOT_RESOLVE_ITER
public static final int DIMENSION
public static final int SYNTAX
public static final int DISCOURAGED
public static final int MISSING
Copyright © 2009 - 2018 SSE. All Rights Reserved.