org.omg.WfBase
Class BaseError

java.lang.Object
  extended by org.omg.WfBase.BaseError
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class BaseError
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/WfBase/BaseError.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WfBase.idl Thursday, June 4, 2009 11:12:10 AM CEST

See Also:
Serialized Form

Field Summary
 int exception_code
           
 org.omg.CORBA.Any exception_object
           
 java.lang.String exception_reason
           
 java.lang.String exception_source
           
 
Constructor Summary
BaseError()
           
BaseError(int _exception_code, java.lang.String _exception_source, org.omg.CORBA.Any _exception_object, java.lang.String _exception_reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception_code

public int exception_code

exception_source

public java.lang.String exception_source

exception_object

public org.omg.CORBA.Any exception_object

exception_reason

public java.lang.String exception_reason
Constructor Detail

BaseError

public BaseError()

BaseError

public BaseError(int _exception_code,
                 java.lang.String _exception_source,
                 org.omg.CORBA.Any _exception_object,
                 java.lang.String _exception_reason)