Overview   Project   Class   Tree   Deprecated   Index 
最適制御
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

OptimizedController
Class ComplexException

exception
   |
   +--ComplexException

   in complex.h

class ComplexException
extends exception

Complexクラスの例外クラス。 例として、演算が成立しない場合など。


Constructor Summary
ComplexException( const string& what_arg )
          
~ComplexException()
          
 
Method Summary
 const char* what() const
          エラー内容を取得します。
 

Constructor Detail

ComplexException

public ComplexException( const string& what_arg );

~ComplexException

public ~ComplexException() throw();


Method Detail

what

public const char* what() const throw();
エラー内容を取得します。
Returns:
(chsr *) エラー内容

 Overview   Project   Class   Tree   Deprecated   Index 
最適制御
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD