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
- Author:
- unattributed
Dynamic Any insert operations raise the
InvalidValueexception if the value inserted is not consistent with the type of the accessed component in theDynAnyobject. - See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anInvalidValueobject.InvalidValue(String reason) Constructs anInvalidValueobject. -
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 anInvalidValueobject. -
InvalidValue
Constructs anInvalidValueobject.- Parameters:
reason- aStringgiving more information regarding the exception.
-