Package org.datanucleus.properties
Class PropertyTypeInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.properties.PropertyTypeInvalidException
- All Implemented Interfaces:
Serializable
Exception thrown when trying to access a property as a specific type yet it is not possible
to return as that type.
- Version:
- $Revision: 1.1 $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyTypeInvalidException
(String name, String type) Constructs an exception for the specified class. -
Method Summary
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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PropertyTypeInvalidException
Constructs an exception for the specified class.- Parameters:
name
- Name of the propertytype
- Required type
-