org.usergrid.persistence.exceptions
Class PropertyTypeConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.usergrid.persistence.exceptions.PersistenceException
              extended by org.usergrid.persistence.exceptions.PropertyTypeConversionException
All Implemented Interfaces:
Serializable

public class PropertyTypeConversionException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
PropertyTypeConversionException(String entityType, String propertyName, Object propertyValue, Class<?> propertyType)
           
PropertyTypeConversionException(String entityType, String propertyName, Object propertyValue, Class<?> propertyType, Throwable cause)
           
 
Method Summary
 String getEntityType()
           
 String getPropertyName()
           
 Class<?> getPropertyType()
           
 Object getPropertyValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyTypeConversionException

public PropertyTypeConversionException(String entityType,
                                       String propertyName,
                                       Object propertyValue,
                                       Class<?> propertyType)

PropertyTypeConversionException

public PropertyTypeConversionException(String entityType,
                                       String propertyName,
                                       Object propertyValue,
                                       Class<?> propertyType,
                                       Throwable cause)
Method Detail

getEntityType

public String getEntityType()

getPropertyName

public String getPropertyName()

getPropertyValue

public Object getPropertyValue()

getPropertyType

public Class<?> getPropertyType()


Copyright © 2013. All Rights Reserved.