org.omg.IOP.CodecPackage
public final class FormatMismatch extends UserException implements IDLEntity, Serializable
Constructor Summary | |
---|---|
FormatMismatch()
Create FormatMismatch with no explaining message. | |
FormatMismatch(String why)
Create the FormatMismatch with explaining message and all fields
initialised to the given values.
|
Parameters: why a string, explaining, why this exception has been thrown.