javax.beans.binding
Class PropertyResolverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.beans.binding.PropertyResolverException
All Implemented Interfaces:
java.io.Serializable

public class PropertyResolverException
extends java.lang.RuntimeException

PropertyResolverExceptions are thrown at a various point in the life cycle of a PropertyResolver. Any time PropertyResolver encounters an exception in resolving a property a PropertyResolverException is thrown. For example, if resolving "manager" triggers an exception to be thrown, the exception will be wrapped in a PropertyResolverException.

See Also:
Serialized Form

Constructor Summary
PropertyResolverException(java.lang.String description, java.lang.Object source, java.lang.String path)
           
PropertyResolverException(java.lang.String description, java.lang.Object source, java.lang.String path, java.lang.Exception reason)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyResolverException

public PropertyResolverException(java.lang.String description,
                                 java.lang.Object source,
                                 java.lang.String path)

PropertyResolverException

public PropertyResolverException(java.lang.String description,
                                 java.lang.Object source,
                                 java.lang.String path,
                                 java.lang.Exception reason)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable