All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ExceptionDescription
java.lang.Object
|
+----org.omg.CORBA.ExceptionDescription
- public final class ExceptionDescription
- extends Object
- Java Class org.omg.CORBA.ExceptionDescription
- Source File org/omg/CORBA/ExceptionDescription.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ExceptionDescription
- Repository Identifier IDL:omg.org/CORBA/ExceptionDescription:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
struct ExceptionDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
TypeCode type;
};
defined_in-
id-
name-
type-
version-
ExceptionDescription()
-
ExceptionDescription(String, String, String, String, TypeCode)
-
name
public String name
id
public String id
defined_in
public String defined_in
version
public String version
type
public TypeCode type
ExceptionDescription
public ExceptionDescription()
ExceptionDescription
public ExceptionDescription(String name,
String id,
String defined_in,
String version,
TypeCode type)
All Packages Class Hierarchy This Package Previous Next Index