org.omg.CosCollection
Class ElementInvalid

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

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)
           
 
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)