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
InvalidValue
exception if the value inserted is not consistent with the type of the accessed component in theDynAny
object.
-
-
Constructor Summary
Constructors Constructor Description InvalidValue()
Constructs anInvalidValue
object.InvalidValue(java.lang.String reason)
Constructs anInvalidValue
object.
-