?? formatmismatch.java
字號:
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/FormatMismatch.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Wednesday, September 26, 2007 2:43:35 AM GMT
*/
public final class FormatMismatch extends org.omg.CORBA.UserException
{
public FormatMismatch ()
{
super(FormatMismatchHelper.id());
} // ctor
public FormatMismatch (String $reason)
{
super(FormatMismatchHelper.id() + " " + $reason);
} // ctor
} // class FormatMismatch
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -