be.SIRAPRISE.client.jsba
Class ClassDoesNotImplementDBObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.SIRAPRISE.client.jsba.ClassDoesNotImplementDBObjectException
All Implemented Interfaces:
java.io.Serializable

public final class ClassDoesNotImplementDBObjectException
extends java.lang.Exception

ClassDoesNotImplementDBObjectExceptions are thrown by the JSBA if it detects that a Class object passed as an argument to one of the JSBA methods, does not implement the required interface.

Author:
Erwin Smout
See Also:
Serialized Form

Constructor Summary
ClassDoesNotImplementDBObjectException(java.lang.Class<?> objectClass)
          Creates the exception, setting the concerned classname as its message
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassDoesNotImplementDBObjectException

public ClassDoesNotImplementDBObjectException(java.lang.Class<?> objectClass)
Creates the exception, setting the concerned classname as its message

Parameters:
objectClass - The Class object representing the class whose lack of implementing DBObject caused this exception to be thrown