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:
Serializable
,IDLEntity
- 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
ConstructorsConstructorDescriptionConstructs anInvalidValue
object.InvalidValue
(String reason) Constructs anInvalidValue
object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidValue
public InvalidValue()Constructs anInvalidValue
object. -
InvalidValue
Constructs anInvalidValue
object.- Parameters:
reason
- aString
giving more information regarding the exception.
-