de.jsystems.tools
Class WrongParamIndexException

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

public class WrongParamIndexException
extends BaseException

Klasse für eine Exception die ausgelöst wird, wenn auf das ParamString-Objekt mit einem ungültigen Index zugegriffen wird. Ein Index ist dann ungültig, wenn er größer als die Anzahl enthaltene Parameter oder negativ ist.

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
WrongParamIndexException()
          Exception auslösen ohne genauere Fehlerbeschreibung
WrongParamIndexException(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

WrongParamIndexException

public WrongParamIndexException()
Exception auslösen ohne genauere Fehlerbeschreibung


WrongParamIndexException

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