FileDocCategorySizeDatePackage
InvalidValue.javaAPI DocJava SE 5 API904Fri Aug 26 14:58:26 BST 2005org.omg.CORBA.DynAnyPackage

InvalidValue

public final class InvalidValue extends org.omg.CORBA.UserException
author
unattributed
version
1.13 12/19/03 Dynamic Any insert operations raise the InvalidValue exception if the value inserted is not consistent with the type of the accessed component in the DynAny object.

Fields Summary
Constructors Summary
public InvalidValue()
Constructs an InvalidValue object.

	super();
    
public InvalidValue(String reason)
Constructs an InvalidValue object.

param
reason a String giving more information regarding the exception.

	super(reason);
    
Methods Summary