public class HBCIExecStatus extends Object
| Constructor and Description |
|---|
HBCIExecStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
addException(Exception e)
Wird von der HBCI4Java-Dialog-Engine aufgerufen
|
List<String> |
getErrorMessages()
Gibt einen String zurück, der alle Fehlermeldungen aller ausgeführten
Dialog enthält.
|
List<Exception> |
getExceptions()
Exceptions zurückgeben, die beim Ausführen eines bestimmten Dialoges aufgetreten sind.
|
boolean |
isOK() |
String |
toString() |
public void addException(Exception e)
public List<Exception> getExceptions()
HBCIDialogStatus-Objekt des jeweiligen Dialoges enthalten.public List<String> getErrorMessages()
public boolean isOK()
Copyright © 2019. All rights reserved.