All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.util.exception.jdceBahnExceptionHelper

java.lang.Object
   |
   +----jdce.util.exception.jdceBahnExceptionHelper

public abstract class jdceBahnExceptionHelper
extends Object

Java Class jdce.util.exception.jdceBahnExceptionHelper
Source File jdce/util/exception/jdceBahnExceptionHelper.java
IDL Absolute Name ::jdce::util::exception::jdceBahnException
Repository Identifier IDL:jdce/util/exception/jdceBahnException:1.0
IDL definition:

exception jdceBahnException {
long type;
};

Constructor Index

 o jdceBahnExceptionHelper()

Method Index

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

Constructors

 o jdceBahnExceptionHelper
 public jdceBahnExceptionHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index