All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.webmacro.util.PropertyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.webmacro.util.PropertyException

public final class PropertyException
extends Exception
This exception is raised by the Property class when, for some reason, an unrecoverable error occurs while attempting to access the declared property name from the parent object. Possible reasons are: security violation, the property doesn't exist, or a supplied argument is of the wrong type.


Constructor Index

 o PropertyException(String, Throwable)

Method Index

 o getThrowable()
You can query a PropertyException to find out what the underlying exception was, if there was one.

Constructors

 o PropertyException
 public PropertyException(String reason,
                          Throwable t)

Methods

 o getThrowable
 public Throwable getThrowable()
You can query a PropertyException to find out what the underlying exception was, if there was one.

Returns:
s null if the property was simply not found

All Packages  Class Hierarchy  This Package  Previous  Next  Index