org.androwrapee.db
Class IllegalClassStructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.androwrapee.db.IllegalClassStructureException
All Implemented Interfaces:
Serializable

public class IllegalClassStructureException
extends Exception

The DatabaseClassStructureException is thrown when the structure of a class that has to be stored in the database is not according to the specifications. Please check ReflectionManager and DefaultDAO for specifications.

See Also:
Serialized Form

Constructor Summary
IllegalClassStructureException()
           
IllegalClassStructureException(String detailMessage)
           
IllegalClassStructureException(String detailMessage, Throwable throwable)
           
IllegalClassStructureException(Throwable throwable)
           
 
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

IllegalClassStructureException

public IllegalClassStructureException()

IllegalClassStructureException

public IllegalClassStructureException(String detailMessage,
                                      Throwable throwable)

IllegalClassStructureException

public IllegalClassStructureException(String detailMessage)

IllegalClassStructureException

public IllegalClassStructureException(Throwable throwable)