public class FinanceException
extends java.lang.Exception
Constructor and Description |
---|
FinanceException(java.lang.String message,
FinanceExceptionType type)
Konstruktor mit Informationstext und Fehlertyp.
|
FinanceException(java.lang.String message,
FinanceExceptionType type,
java.lang.Throwable throwable)
Konstruktor mit Informationstext, Fehlertyp und Ursache.
|
Modifier and Type | Method and Description |
---|---|
FinanceExceptionType |
getType()
Liefert den Fehlertyp der Exception
|
public FinanceException(java.lang.String message, FinanceExceptionType type)
message
- der Informationstexttype
- der Felertyppublic FinanceException(java.lang.String message, FinanceExceptionType type, java.lang.Throwable throwable)
message
- der Informationstexttype
- der Fehlertypthrowable
- der original Fehlerpublic FinanceExceptionType getType()