org.slim3.commons.exception
Class PropertyNotReadableRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.PropertyNotReadableRuntimeException
- All Implemented Interfaces:
- Serializable
public class PropertyNotReadableRuntimeException
- extends SRuntimeException
This exception is thrown when a property is not readable.
- Since:
- 3.0
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyNotReadableRuntimeException
public PropertyNotReadableRuntimeException(Class<?> beanClass,
String propertyName)
- Constructor.
- Parameters:
beanClass
- the bean classpropertyName
- the property name
getBeanClass
public Class<?> getBeanClass()
- Returns the bean class.
- Returns:
- the bean class
getPropertyName
public String getPropertyName()
- Returns the property name.
- Returns:
- the property name
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.