jp.develop.common.util.amf.beans
Class NoSuchPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoSuchPropertyException(Class<?> clazz, String property)
          Constructs a exception with specified class and property.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.