de.jsystems.tools.ini
Class IniFileFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.jsystems.tools.exception.BaseException
              extended byde.jsystems.tools.ini.IniFileFormatException
All Implemented Interfaces:
Serializable

public class IniFileFormatException
extends BaseException

Exception vom IniFileReader. Wird ausgelöst, wenn eine Ini-Datei mit einem ungültigem Format gelesen wird.

Version:
1.0
Author:
Jens Homm
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.jsystems.tools.exception.BaseException
LEVEL_ERROR, LEVEL_FATAL, LEVEL_WARNING, LOG_ERROR, LOG_FATAL_ERROR, LOG_NONE, LOG_WARNING
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
IniFileFormatException(String message)
          Konstruktor fuer die Exception.
 
Methods inherited from class de.jsystems.tools.exception.BaseException
getLevel, getOrigin, getOriginMessage, getSource, logException, logException, showMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IniFileFormatException

public IniFileFormatException(String message)
Konstruktor fuer die Exception. Hier kann eine genaue Beschreibung angegeben werden, warum die Exception ausgeloest wurde.

Parameters:
message - Die Nachricht die in der Exception enthalten sein soll.