public final class FormatMismatch extends UserException implements IDLEntity, Serializable
CodecOperations.decode(byte[])
or CodecOperations.decode_value(byte[], org.omg.CORBA.TypeCode) when the data in the
octet sequence cannot be decoded into Any.CodecOperations,
Serialized Form| Constructor and Description |
|---|
FormatMismatch()
Create FormatMismatch with no explaining message.
|
FormatMismatch(String why)
Create the FormatMismatch with explaining message and all fields
initialised to the given values.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormatMismatch()
public FormatMismatch(String why)
why - a string, explaining, why this exception has been thrown.