All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.common.PropertyNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.jaw.reference.common.JawException
                           |
                           +----com.sun.jaw.reference.common.PropertyNotFoundException

public class PropertyNotFoundException
extends JawException
This class represents exceptions raised when a given property is not accessible.


Constructor Index

 o PropertyNotFoundException()
Default constructor.
 o PropertyNotFoundException(String)
Constructor that allows a specific error message to be specified.

Constructors

 o PropertyNotFoundException
 public PropertyNotFoundException()
Default constructor.

 o PropertyNotFoundException
 public PropertyNotFoundException(String msg)
Constructor that allows a specific error message to be specified.


All Packages  Class Hierarchy  This Package  Previous  Next  Index