public class SEPAException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
SEPAException.Fehler |
Modifier and Type | Field and Description |
---|---|
private SEPAException.Fehler |
f |
private static long |
serialVersionUID |
Constructor and Description |
---|
SEPAException() |
SEPAException(SEPAException.Fehler fehler) |
SEPAException(SEPAException.Fehler fehler,
java.lang.String msg) |
SEPAException(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
SEPAException.Fehler |
getFehler() |
private static final long serialVersionUID
private SEPAException.Fehler f
public SEPAException()
public SEPAException(SEPAException.Fehler fehler)
public SEPAException(java.lang.String msg)
public SEPAException(SEPAException.Fehler fehler, java.lang.String msg)
public SEPAException.Fehler getFehler()