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
InvalidValueexception if the value inserted is not consistent with the type of the accessed component in theDynAnyobject.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anInvalidValueobject.InvalidValue(String reason) Constructs anInvalidValueobject. -
Method Summary
Methods inherited from class 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.
-