All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.ExceptionDescription
struct ExceptionDescription { ::CORBA::Identifier name; ::CORBA::RepositoryId id; ::CORBA::RepositoryId defined_in; ::CORBA::VersionSpec version; TypeCode type; };
public String name
public String id
public String defined_in
public String version
public TypeCode type
public ExceptionDescription()
public ExceptionDescription(String name, String id, String defined_in, String version, TypeCode type)
All Packages Class Hierarchy This Package Previous Next Index