|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CosTrading.PropertyTypeMismatch
public final class PropertyTypeMismatch
Exception definition: PropertyTypeMismatch.
Field Summary | |
---|---|
Property |
prop
Exception member prop |
java.lang.String |
type
Exception member type |
Constructor Summary | |
---|---|
PropertyTypeMismatch()
Default constructor |
|
PropertyTypeMismatch(java.lang.String type,
Property prop)
Constructor with fields initialization |
|
PropertyTypeMismatch(java.lang.String orb_reason,
java.lang.String type,
Property prop)
Full constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String type
public Property prop
Constructor Detail |
---|
public PropertyTypeMismatch()
public PropertyTypeMismatch(java.lang.String type, Property prop)
type
- type exception memberprop
- prop exception memberpublic PropertyTypeMismatch(java.lang.String orb_reason, java.lang.String type, Property prop)
type
- type exception memberprop
- prop exception member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |