org.omg.CosTradingDynamic
Class DPEvalFailure
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.omg.CORBA.UserException
|
+--org.omg.CosTradingDynamic.DPEvalFailure
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class DPEvalFailure
- extends org.omg.CORBA.UserException
Exception definition: DPEvalFailure.
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
|
Field Summary |
org.omg.CORBA.Any |
extra_info
Exception member extra_info |
java.lang.String |
name
Exception member name |
org.omg.CORBA.TypeCode |
returned_type
Exception member returned_type |
|
Constructor Summary |
DPEvalFailure()
Default constructor |
DPEvalFailure(java.lang.String orb_reason,
java.lang.String name,
org.omg.CORBA.TypeCode returned_type,
org.omg.CORBA.Any extra_info)
Full constructor with fields initialization |
DPEvalFailure(java.lang.String name,
org.omg.CORBA.TypeCode returned_type,
org.omg.CORBA.Any extra_info)
Constructor with fields initialization |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- Exception member name
returned_type
public org.omg.CORBA.TypeCode returned_type
- Exception member returned_type
extra_info
public org.omg.CORBA.Any extra_info
- Exception member extra_info
DPEvalFailure
public DPEvalFailure()
- Default constructor
DPEvalFailure
public DPEvalFailure(java.lang.String name,
org.omg.CORBA.TypeCode returned_type,
org.omg.CORBA.Any extra_info)
- Constructor with fields initialization
- Parameters:
name - name exception memberreturned_type - returned_type exception memberextra_info - extra_info exception member
DPEvalFailure
public DPEvalFailure(java.lang.String orb_reason,
java.lang.String name,
org.omg.CORBA.TypeCode returned_type,
org.omg.CORBA.Any extra_info)
- Full constructor with fields initialization
- Parameters:
name - name exception memberreturned_type - returned_type exception memberextra_info - extra_info exception member