All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.exception.propertyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.omg.CORBA.UserException
                           |
                           +----edu.syr.npac.webflow.exception.webflowException
                                   |
                                   +----edu.syr.npac.webflow.exception.propertyException

public class propertyException
extends webflowException
property Exception, which occurs due to problems hooking properties in the Webflow runtime system.

Variable Index

 o NO_PROPERTIES
The various types of property exceptions that can be thrown.
 o NO_READ_METHOD
 o NO_SUCH_PROPERTY
 o NO_WRITE_METHOD
 o PROPERTY_TYPE_MISMATCH
 o type
The type of the exception

Constructor Index

 o propertyException()
 o propertyException(int)

Method Index

 o getAdditionalInfo()
 o getType()
Return the type of the webflow Exception
 o setAdditionalInfo(String)
 o typeToString(int)

Variables

 o type
 public int type
The type of the exception

 o NO_PROPERTIES
 public static final int NO_PROPERTIES
The various types of property exceptions that can be thrown.

 o NO_SUCH_PROPERTY
 public static final int NO_SUCH_PROPERTY
 o PROPERTY_TYPE_MISMATCH
 public static final int PROPERTY_TYPE_MISMATCH
 o NO_READ_METHOD
 public static final int NO_READ_METHOD
 o NO_WRITE_METHOD
 public static final int NO_WRITE_METHOD

Constructors

 o propertyException
 public propertyException()
 o propertyException
 public propertyException(int type)

Methods

 o getType
 public int getType()
Return the type of the webflow Exception

Overrides:
getType in class webflowException
 o typeToString
 public String typeToString(int type)
Overrides:
typeToString in class webflowException
 o setAdditionalInfo
 public void setAdditionalInfo(String _info)
 o getAdditionalInfo
 public String getAdditionalInfo()

All Packages  Class Hierarchy  This Package  Previous  Next  Index