jp.develop.common.util.amf.beans
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.develop.common.util.amf.beans.NoSuchPropertyException
- All Implemented Interfaces:
- Serializable
public class NoSuchPropertyException
- extends RuntimeException
No Such Property Exception.
- Author:
- Waki Takeya
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPropertyException
public NoSuchPropertyException(Class<?> clazz,
String property)
- Constructs a exception with specified class and property.
- Parameters:
clazz
- The class does not have the specified property.property
- Target property name.