org.omg.IOP.CodecPackage
public final class InvalidTypeForEncoding extends UserException implements IDLEntity, Serializable
CodecOperations.encode(org.omg.CORBA.Any)
or
CodecOperations.encode_value(org.omg.CORBA.Any)
when the type is not
valid for the encoding. For instance, the "wide" character string is
not a valid type for GIOP version 1.0.CodecOperations
,
Serialized FormConstructor and Description |
---|
InvalidTypeForEncoding()
Create InvalidTypeForEncoding with no explaining message.
|
InvalidTypeForEncoding(String why)
Create the InvalidTypeForEncoding with explaining message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTypeForEncoding()
public InvalidTypeForEncoding(String why)
why
- a string, explaining, why this exception has been thrown.