Class TIC3InfoDateiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.kex.lmstic3.empfang.dekoder.TIC3InfoDateiException
- All Implemented Interfaces:
java.io.Serializable
public class TIC3InfoDateiException
extends java.lang.Exception
Ausnahmeklasse für Ausnahmen beim Einlesen von TIC3-Info Dateien.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TIC3InfoDateiException(java.lang.String message)
Konstruktor mit Message-Argument. -
Method Summary
-
Constructor Details
-
TIC3InfoDateiException
public TIC3InfoDateiException(java.lang.String message)Konstruktor mit Message-Argument.- Parameters:
message
- Grund der Ausnahme
-