org.omg.CosTrading

Class PropertyTypeMismatch

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class PropertyTypeMismatch
extends UserException

Generated from IDL definition of exception "PropertyTypeMismatch"

Author:
JacORB IDL compiler

Field Summary

Property
prop
java.lang.String
type

Constructor Summary

PropertyTypeMismatch()
PropertyTypeMismatch(java.lang.String _reason, java.lang.String type, Property prop)
PropertyTypeMismatch(java.lang.String type, Property prop)

Field Details

prop

public Property prop


type

public java.lang.String type

Constructor Details

PropertyTypeMismatch

public PropertyTypeMismatch()


PropertyTypeMismatch

public PropertyTypeMismatch(java.lang.String _reason,
                            java.lang.String type,
                            Property prop)


PropertyTypeMismatch

public PropertyTypeMismatch(java.lang.String type,
                            Property prop)