org.androwrapee.db
Class IllegalClassStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalClassStructureException
public IllegalClassStructureException()
IllegalClassStructureException
public IllegalClassStructureException(String detailMessage,
Throwable throwable)
IllegalClassStructureException
public IllegalClassStructureException(String detailMessage)
IllegalClassStructureException
public IllegalClassStructureException(Throwable throwable)