All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.exception.webflowExceptionHolder

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

public final class webflowExceptionHolder
extends Object
implements Streamable

Java Class edu.syr.npac.webflow.exception.webflowExceptionHolder
Source File edu/syr/npac/webflow/exception/webflowExceptionHolder.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;
};

Variable Index

 o value

Constructor Index

 o webflowExceptionHolder()
 o webflowExceptionHolder(webflowException)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public webflowException value

Constructors

 o webflowExceptionHolder
 public webflowExceptionHolder()
 o webflowExceptionHolder
 public webflowExceptionHolder(webflowException value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index