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.

-
NO_PROPERTIES
- The various types of property exceptions that can be thrown.
-
NO_READ_METHOD
-
-
NO_SUCH_PROPERTY
-
-
NO_WRITE_METHOD
-
-
PROPERTY_TYPE_MISMATCH
-
-
type
- The type of the exception
-
propertyException()
-
-
propertyException(int)
-
-
getAdditionalInfo()
-
-
getType()
- Return the type of the webflow Exception
-
setAdditionalInfo(String)
-
-
typeToString(int)
-
type
public int type
- The type of the exception
NO_PROPERTIES
public static final int NO_PROPERTIES
- The various types of property exceptions that can be thrown.
NO_SUCH_PROPERTY
public static final int NO_SUCH_PROPERTY
PROPERTY_TYPE_MISMATCH
public static final int PROPERTY_TYPE_MISMATCH
NO_READ_METHOD
public static final int NO_READ_METHOD
NO_WRITE_METHOD
public static final int NO_WRITE_METHOD
propertyException
public propertyException()
propertyException
public propertyException(int type)
getType
public int getType()
- Return the type of the webflow Exception
- Overrides:
- getType in class webflowException
typeToString
public String typeToString(int type)
- Overrides:
- typeToString in class webflowException
setAdditionalInfo
public void setAdditionalInfo(String _info)
getAdditionalInfo
public String getAdditionalInfo()

All Packages Class Hierarchy This Package Previous Next Index