org.omg.CosCollection
Class ParameterInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.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
|
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 |
which
public int which
why
public java.lang.String why
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)