Package gdv.xport.util
Klasse FormatterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gdv.xport.util.FormatterException
- Alle implementierten Schnittstellen:
Serializable
Wenn der Formatter ein Problem hat, kann (und wird) er diese Exception
werfen.
- Seit:
- 1.0 (17.02.2014)
- Autor:
- oliver (oliver.boehm@gmail.com)
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungFormatterException
(String msg, Throwable cause) Erzeugt eine neueFormatterException
. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
FormatterException
Erzeugt eine neueFormatterException
.- Parameter:
msg
- Fehlermeldungcause
- ursaechliche Exception
-