com.scooterframework.orm.activerecord
Class WrongRecordTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.scooterframework.common.exception.GenericException
com.scooterframework.orm.sqldataexpress.exception.BaseSQLException
com.scooterframework.orm.activerecord.RelationException
com.scooterframework.orm.activerecord.WrongRecordTypeException
- All Implemented Interfaces:
- java.io.Serializable
public class WrongRecordTypeException
- extends RelationException
class WrongRecordTypeException
- See Also:
- Serialized Form
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 |
WrongRecordTypeException
public WrongRecordTypeException(java.lang.String message)
getCorrectType
public java.lang.String getCorrectType()
setCorrectType
public void setCorrectType(java.lang.String correct)
getWrongType
public java.lang.String getWrongType()
setWrongType
public void setWrongType(java.lang.String wrong)