org.omg.CosCollection
Class ElementInvalid

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosCollection.ElementInvalid
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class ElementInvalid
extends UserException

Generated from IDL definition of exception "ElementInvalid"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ElementInvalidReason why
           
 
Constructor Summary
ElementInvalid()
           
ElementInvalid(ElementInvalidReason why)
           
ElementInvalid(java.lang.String _reason, ElementInvalidReason why)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

why

public ElementInvalidReason why
Constructor Detail

ElementInvalid

public ElementInvalid()

ElementInvalid

public ElementInvalid(java.lang.String _reason,
                      ElementInvalidReason why)

ElementInvalid

public ElementInvalid(ElementInvalidReason why)