org.omg.CosCollection
Class ParameterInvalid

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

public final class ParameterInvalid
extends UserException

Generated from IDL definition of exception "ParameterInvalid"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int which
           
 java.lang.String why
           
 
Constructor Summary
ParameterInvalid()
           
ParameterInvalid(int which, java.lang.String why)
           
ParameterInvalid(java.lang.String _reason, int which, java.lang.String 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

which

public int which

why

public java.lang.String why
Constructor Detail

ParameterInvalid

public ParameterInvalid()

ParameterInvalid

public ParameterInvalid(java.lang.String _reason,
                        int which,
                        java.lang.String why)

ParameterInvalid

public ParameterInvalid(int which,
                        java.lang.String why)