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

OptimizedController
Class MatrixException

exception
   |
   +--MatrixException

   in matrix.h

class MatrixException
extends exception

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


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

Constructor Detail

MatrixException

public MatrixException( const string& what_arg );

~MatrixException

public ~MatrixException() 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