org.omg.CORBA
クラス SystemExceptionHelper

java.lang.Object
  |
  +--org.omg.CORBA.SystemExceptionHelper

public abstract class SystemExceptionHelper
extends java.lang.Object


コンストラクタの概要
SystemExceptionHelper()
           
 
メソッドの概要
static SystemException extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, SystemException t)
           
static SystemException read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, SystemException v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SystemExceptionHelper

public SystemExceptionHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          SystemException t)

extract

public static SystemException extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SystemException read(InputStream is)

write

public static void write(OutputStream os,
                         SystemException v)