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

TypeMismatch

public final class TypeMismatch extends org.omg.CORBA.UserException
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.

Fields Summary
Constructors Summary
public TypeMismatch()
Constructs a TypeMismatch object.

	super();
    
public TypeMismatch(String reason)
Constructs a TypeMismatch object.

param
reason a String giving more information regarding the exception.

	super(reason);
    
Methods Summary