net.sf.hibernate4gwt.exception
Class NotAssignableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.hibernate4gwt.exception.NotAssignableException
All Implemented Interfaces:
java.io.Serializable

public class NotAssignableException
extends java.lang.RuntimeException

Exception thrown when the target class from the class mapper is not assignable to the source one

Author:
bruno.marchesson
See Also:
Serialized Form

Constructor Summary
NotAssignableException(java.lang.Class sourceClass, java.lang.Class targetClass)
          Constructor
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAssignableException

public NotAssignableException(java.lang.Class sourceClass,
                              java.lang.Class targetClass)
Constructor