com.hlcl.rql.as
Class ElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hlcl.rql.as.RQLException
              extended by com.hlcl.rql.as.ElementNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ElementNotFoundException
extends RQLException

Diese Ausnahme wird geworfen, wenn ein Element nicht in einer Liste gefunden werden konnte. Wahrscheinlich ist dann mit dem falschen Namen gesucht worden.

Author:
LEJAFR
See Also:
Serialized Form

Constructor Summary
ElementNotFoundException(java.lang.String s)
          ElementNotFoundException constructor comment.
 
Method Summary
 
Methods inherited from class com.hlcl.rql.as.RQLException
getMessage, getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementNotFoundException

public ElementNotFoundException(java.lang.String s)
ElementNotFoundException constructor comment.

Parameters:
s - java.lang.String