Calypso Gateway v1.0

codec.build
Class SystemExceptionHelper

java.lang.Object
  |
  +--codec.build.SystemExceptionHelper

public final class SystemExceptionHelper
extends java.lang.Object

Helper class for body of "SystemException". Introduced in order to adapt system exceptions to representation identical to user exceptions. System exceptions are viewed as a special case of user exceptions.


Constructor Summary
SystemExceptionHelper()
           
 
Method Summary
static org.omg.CORBA.Any except(int minor_, int completed_, java.lang.String id_, java.lang.String name_)
           
static org.omg.CORBA.Any except(org.omg.CORBA.SystemException ex)
           
static java.lang.String id()
           
static org.omg.CORBA.TypeCode type()
           
static org.omg.CORBA.TypeCode type(java.lang.String id_, java.lang.String name_)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SystemExceptionHelper

public SystemExceptionHelper()
Method Detail

type

public static org.omg.CORBA.TypeCode type()

type

public static org.omg.CORBA.TypeCode type(java.lang.String id_,
                                          java.lang.String name_)

id

public static java.lang.String id()

except

public static org.omg.CORBA.Any except(org.omg.CORBA.SystemException ex)

except

public static org.omg.CORBA.Any except(int minor_,
                                       int completed_,
                                       java.lang.String id_,
                                       java.lang.String name_)

Calypso Gateway v1.0