|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.sco.IncompatibleFieldTypeException
public class IncompatibleFieldTypeException
A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
| Constructor Summary | |
|---|---|
IncompatibleFieldTypeException(java.lang.String classAndFieldName,
java.lang.String requiredTypeName,
java.lang.String requestedTypeName)
Constructs an incompatible field type exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
|---|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IncompatibleFieldTypeException(java.lang.String classAndFieldName,
java.lang.String requiredTypeName,
java.lang.String requestedTypeName)
classAndFieldName - The name of the class and SCO field.requiredTypeName - Name of required type of the field.requestedTypeName - Name of requested type of the field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||