org.usergrid.persistence.exceptions
Class PropertyTypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.usergrid.persistence.exceptions.PersistenceException
org.usergrid.persistence.exceptions.PropertyTypeConversionException
- All Implemented Interfaces:
- Serializable
public class PropertyTypeConversionException
- extends PersistenceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyTypeConversionException
public PropertyTypeConversionException(String entityType,
String propertyName,
Object propertyValue,
Class<?> propertyType)
PropertyTypeConversionException
public PropertyTypeConversionException(String entityType,
String propertyName,
Object propertyValue,
Class<?> propertyType,
Throwable cause)
getEntityType
public String getEntityType()
getPropertyName
public String getPropertyName()
getPropertyValue
public Object getPropertyValue()
getPropertyType
public Class<?> getPropertyType()
Copyright © 2013. All Rights Reserved.