public enum PdfSaverExceptionTyp extends java.lang.Enum<PdfSaverExceptionTyp>
| Enum Constant and Description |
|---|
FOLDER_CREATE_ERROR
Ordner konnte nicht erstellt werden
|
FOLDER_IS_FILE
Ordnername existiert schon als Datei
|
PDFSITE_NOT_FOUND
Webseite mit den Kontoauszügen wurde nicht gefunden
|
| Modifier and Type | Method and Description |
|---|---|
static PdfSaverExceptionTyp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdfSaverExceptionTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfSaverExceptionTyp FOLDER_IS_FILE
public static final PdfSaverExceptionTyp FOLDER_CREATE_ERROR
public static final PdfSaverExceptionTyp PDFSITE_NOT_FOUND
public static PdfSaverExceptionTyp[] values()
for (PdfSaverExceptionTyp c : PdfSaverExceptionTyp.values()) System.out.println(c);
public static PdfSaverExceptionTyp 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