javax.beans.binding
Class PropertyResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 |
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)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable