public static enum SEPAException.Fehler extends java.lang.Enum<SEPAException.Fehler>
Enum Constant and Description |
---|
BLZ_LEER |
BLZ_UNGUELTIG |
BLZ_UNGUELTIGE_LAENGE |
IBANREGEL_NICHT_IMPLEMENTIERT |
KONTO_LEER |
KONTO_PRUEFZIFFER_FALSCH |
KONTO_PRUEFZIFFERNREGEL_NICHT_IMPLEMENTIERT |
KONTO_UNGUELTIGE_LAENGE |
UNGUELTIGES_LAND |
Modifier and Type | Method and Description |
---|---|
static SEPAException.Fehler |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SEPAException.Fehler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SEPAException.Fehler BLZ_LEER
public static final SEPAException.Fehler BLZ_UNGUELTIGE_LAENGE
public static final SEPAException.Fehler BLZ_UNGUELTIG
public static final SEPAException.Fehler KONTO_LEER
public static final SEPAException.Fehler KONTO_UNGUELTIGE_LAENGE
public static final SEPAException.Fehler KONTO_PRUEFZIFFER_FALSCH
public static final SEPAException.Fehler KONTO_PRUEFZIFFERNREGEL_NICHT_IMPLEMENTIERT
public static final SEPAException.Fehler IBANREGEL_NICHT_IMPLEMENTIERT
public static final SEPAException.Fehler UNGUELTIGES_LAND
public static SEPAException.Fehler[] values()
for (SEPAException.Fehler c : SEPAException.Fehler.values()) System.out.println(c);
public static SEPAException.Fehler valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null