Package gdv.xport.util
Class FormatterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gdv.xport.util.FormatterException
- All Implemented Interfaces:
Serializable
Wenn der Formatter ein Problem hat, kann (und wird) er diese Exception
werfen.
- Since:
- 1.0 (17.02.2014)
- Author:
- oliver (oliver.boehm@gmail.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatterException
(String msg, Throwable cause) Erzeugt eine neueFormatterException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatterException
Erzeugt eine neueFormatterException
.- Parameters:
msg
- Fehlermeldungcause
- ursaechliche Exception
-