public final class FehlerOperatoren
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ARGUMENT_FEHLER_KONSTRUKTOR
Konstruktor für einen ArgumentFehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
ARITHMETISCHER_FEHLER_KONSTRUKTOR
Konstruktor für einen ArithmetischerFehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
CONTAINERZUGRIFFS_FEHLER_KONSTRUKTOR
Konstruktor für einen ContainerZugriffsFehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
DATENZUGRIFFS_FEHLER_KONSTRUKTOR
Konstruktor für einen DatenZugriffsFehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
FEHLER_KONSTRUKTOR
Konstruktor füür einen allgemeinen Fehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
FEHLER_TYP_KONSTRUKTOR
Konstruktor für einen FehlerTyp.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
IST_FEHLER
Funktion zum Prüfen, ob es sich bei einem Objekt um ein Fehlerobjekt
handelt.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
KONFIGURATIONS_FEHLER_KONSTRUKTOR
Konstruktor für einen KonfigurationsFehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
MELDUNG
Funktion zum Auslesen der Meldungen eines Fehlers und seiner Vorgänger.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
OBJEKTZUGRIFFS_FEHLER_KONSTRUKTOR
Konstruktor für einen ObjektZugriffsFehler.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] |
OPERATOREN
die Liste der unterstützten Operatoren.
|
static de.bsvrz.sys.funclib.bitctrl.interpreter.Operator |
SYMBOLUNDEFINIERT_FEHLER_KONSTRUKTOR
Konstruktor für einen SymbolUndefiniertFehler.
|
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FEHLER_TYP_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ARITHMETISCHER_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator SYMBOLUNDEFINIERT_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator OBJEKTZUGRIFFS_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator CONTAINERZUGRIFFS_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator ARGUMENT_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator DATENZUGRIFFS_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator KONFIGURATIONS_FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator FEHLER_KONSTRUKTOR
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator MELDUNG
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator IST_FEHLER
public static final de.bsvrz.sys.funclib.bitctrl.interpreter.Operator[] OPERATOREN