de.jsystems.tools
Class WrongTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.jsystems.tools.exception.BaseException
de.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
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongTypeException
public WrongTypeException()
- Exception auslösen ohne genauere Fehlerbeschreibung
WrongTypeException
public WrongTypeException(String s)
- Exception auslösen mit einer Fehlerbeschreibung