com.hlcl.rql.as
Class WrongTypeException

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.WrongTypeException
All Implemented Interfaces:
java.io.Serializable

public class WrongTypeException
extends RQLException

Diese Ausnahme wird geworfen, wenn - der Typ des Templateelementes nicht mit dem angefragten Element zusammenpasst oder - das Berechtigungspaket nicht den korrekten Typ hat.

Author:
LEJAFR
See Also:
Serialized Form

Constructor Summary
WrongTypeException(java.lang.String s)
          WrongTypeException 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

WrongTypeException

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

Parameters:
s - java.lang.String