Package org.datanucleus.metadata
Class InvalidMemberMetaDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.NucleusFatalUserException
org.datanucleus.metadata.InvalidMetaDataException
org.datanucleus.metadata.InvalidMemberMetaDataException
- All Implemented Interfaces:
Serializable
Exception thrown when meta-data specific to a member of a class is invalid.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) String
private static final long
Fields inherited from class org.datanucleus.metadata.InvalidMetaDataException
messageKey
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.datanucleus.metadata.InvalidMetaDataException
getMessageKey
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
Constructor Details
-
InvalidMemberMetaDataException
Constructor. The first params element should be the class name, and the second element should be the member name.- Parameters:
key
- The message keyparams
- Params for the message
-
-
Method Details
-
getClassName
-
getMemberName
-