Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.omg.IOP.CodecPackage
Class TypeMismatch  view TypeMismatch download TypeMismatch.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.omg.CORBA.UserException
              extended byorg.omg.IOP.CodecPackage.TypeMismatch
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class TypeMismatch
extends org.omg.CORBA.UserException
implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable

The TypeMismatch may be thrown by various methods in org.omg.DynamicAny package when the operation is not applicable due unexpected org.omg.CORBA.TypeCode.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Use serialVersionUID (v1.4) for interoperability.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TypeMismatch()
          Create TypeMismatch with no explaining message.
TypeMismatch(java.lang.String why)
          Create the TypeMismatch with explaining message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID (v1.4) for interoperability.

See Also:
Constant Field Values
Constructor Detail

TypeMismatch

public TypeMismatch()
Create TypeMismatch with no explaining message.


TypeMismatch

public TypeMismatch(java.lang.String why)
Create the TypeMismatch with explaining message.