ページの先頭行へ戻る
Interstage Application Server リファレンスマニュアル(API編)
FUJITSU Software

2.11 SystemExceptionクラス

ここでは、例外処理で用いるSystemExceptionクラスについて説明します。

class CORBA
{
       class Exception{
       }

       class SystemException : public Exception
       {
       public:
               ULong minor() const;
               void minor(ULong);
       }
}