All Packages Class Hierarchy This Package Previous Next Index

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

- public class webflowException
- extends UserException
webflow Exception, which occurs due to some non-permissible event of the
Webflow runtime system.

-
info
-
-
type
- The type of the exception
-
UNKNOWN
-
-
webflowException()
-
-
webflowException(int)
-
-
webflowException(webflowException)
-
-
getType()
- Return the type of the webflow Exception
-
typeToString(int)
-
UNKNOWN
public static final int UNKNOWN
type
public int type
- The type of the exception
info
public String info
webflowException
public webflowException()
webflowException
public webflowException(int type)
webflowException
public webflowException(webflowException e)
getType
public int getType()
- Return the type of the webflow Exception
typeToString
public String typeToString(int type)

All Packages Class Hierarchy This Package Previous Next Index