Common Library  0.9.5
tadah_fussy::error_message 名前空間

エラー・メッセージ用名前空間 [詳解]

変数

const std::string UNSOLVED_EQUATION = "unsolved equation"
 連立方程式が解けなかった場合 ( 不定・不能 ) のエラー・メッセージ
 
const std::string EXCESS_LIMIT = "iteration times exceeded the limit"
 処理速度が最大限度を超えたときのエラー・メッセージ
 
const std::string NEGATIVE_LENGTH = "must not be negative length"
 データ列の長さが負数であった場合のエラー・メッセージ
 
const std::string NOT_EQUAL_LENGTH = "must be equal to"
 データ列の長さが指定値に一致しない場合のエラー・メッセージ
 
const std::string NNNUM = "must not be negative"
 値が負値だった場合のエラー・メッセージ
 
const std::string PNUM = "must be positive"
 値がゼロ以下だった場合のエラー・メッセージ
 
const std::string LE = "must be less than or equal to"
 値が指定値より大きい場合のエラー・メッセージ
 
const std::string LT = "must be less than"
 値が指定値以上だった場合のエラー・メッセージ
 
const std::string GE = "must be greater than or equal to"
 値が指定値より小さい場合のエラー・メッセージ
 
const std::string GT = "must be greater than"
 値が指定値以下だった場合のエラー・メッセージ
 
const std::string EQ = "must be equal to"
 値が指定値と等しくない場合のエラー・メッセージ
 
const std::string NOT_POSITIVE_LENGTH = "must be positive length"
 データ列の長さがゼロ以下であった場合のエラー・メッセージ
 

詳解

エラー・メッセージ用名前空間

エラー・メッセージをまとめた名前空間