de.jsystems.tools
Class WrongTypeException

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

public class WrongTypeException
extends BaseException

Klasse für eine Exception die ausgelöst wird, wenn ein String einen unerwarteten Inhalt enthält. Wird in der Klasse ParamString benutzt für die Umwandlung der einzelnen Parameter in primitive Datentypen.

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
WrongTypeException()
          Exception auslösen ohne genauere Fehlerbeschreibung
WrongTypeException(String s)
          Exception auslösen mit einer Fehlerbeschreibung
 
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

WrongTypeException

public WrongTypeException()
Exception auslösen ohne genauere Fehlerbeschreibung


WrongTypeException

public WrongTypeException(String s)
Exception auslösen mit einer Fehlerbeschreibung