org.compass.core.accessor
Class PropertyAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.compass.core.util.NestedRuntimeException
org.compass.core.CompassException
org.compass.core.accessor.PropertyAccessException
- All Implemented Interfaces:
- Serializable
public class PropertyAccessException
- extends CompassException
- Author:
- kimchy
- See Also:
- Serialized Form
PropertyAccessException
public PropertyAccessException(Throwable root,
String s,
boolean wasSetter,
Class persistentClass,
String propertyName)
getPersistentClass
public Class getPersistentClass()
getPropertyName
public String getPropertyName()
getMessage
public String getMessage()
- Description copied from class:
NestedRuntimeException
- Return the detail message, including the message from the nested exception
if there is one.
- Overrides:
getMessage in class NestedRuntimeException
Copyright (c) 2004-2008 The Compass Project.