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:
java.io.Serializable
public class PropertyTypeInvalidException extends NucleusUserException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PropertyTypeInvalidException(java.lang.String name, java.lang.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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-