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.

Variable Index

 o info
 o type
The type of the exception
 o UNKNOWN

Constructor Index

 o webflowException()
 o webflowException(int)
 o webflowException(webflowException)

Method Index

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

Variables

 o UNKNOWN
 public static final int UNKNOWN
 o type
 public int type
The type of the exception

 o info
 public String info

Constructors

 o webflowException
 public webflowException()
 o webflowException
 public webflowException(int type)
 o webflowException
 public webflowException(webflowException e)

Methods

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

 o typeToString
 public String typeToString(int type)

All Packages  Class Hierarchy  This Package  Previous  Next  Index