public class UdaParserFehler extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Exception |
ex
die ursächliche Exception.
|
private static long |
serialVersionUID
Versions-ID für die Serialisierung.
|
| Constructor and Description |
|---|
UdaParserFehler(Exception ex)
Konstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLine()
liefert die Nummer der Zeile, in der Fehler innerahalb des Quelltextes zu
finden ist.
|
String |
getMessage()
liefert den dem Fehler zugeordneten Meldungstext.
|
String |
toString()
.
|
private static final long serialVersionUID
private final Exception ex
public UdaParserFehler(Exception ex)
ex - die ursächliche Exceptionpublic String toString()
toString in class ObjectObject.toString()public String getMessage()
public int getLine()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.