All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.exception.webflowExceptionHelper

java.lang.Object
   |
   +----edu.syr.npac.webflow.exception.webflowExceptionHelper

public abstract class webflowExceptionHelper
extends Object

Java Class edu.syr.npac.webflow.exception.webflowExceptionHelper
Source File edu/syr/npac/webflow/exception/webflowExceptionHelper.java
IDL Absolute Name ::edu::syr::npac::webflow::exception::webflowException
Repository Identifier IDL:edu/syr/npac/webflow/exception/webflowException:1.0
IDL definition:

#pragma prefix "edu/syr/npac/webflow/exception"
exception webflowException {
long type;
string info;
};

Constructor Index

 o webflowExceptionHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, webflowException)
 o read(InputStream)
 o type()
 o write(OutputStream, webflowException)

Constructors

 o webflowExceptionHelper
 public webflowExceptionHelper()

Methods

 o read
 public static webflowException read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          webflowException value)
 o insert
 public static void insert(Any any,
                           webflowException value)
 o extract
 public static webflowException extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index