Package org.omg.CORBA.DynAnyPackage
Class InvalidValue
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.DynAnyPackage.InvalidValue
-
- All Implemented Interfaces:
java.io.Serializable,IDLEntity
public final class InvalidValue extends UserException
- Version:
- 1.18 07/27/07
Dynamic Any insert operations raise the
InvalidValueexception if the value inserted is not consistent with the type of the accessed component in theDynAnyobject.
-
-
Constructor Summary
Constructors Constructor Description InvalidValue()Constructs anInvalidValueobject.InvalidValue(java.lang.String reason)Constructs anInvalidValueobject.
-