KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
Exception.h File Reference

provide Exception structs More...

#include "kids/concat.h"
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PROJECT_NS::kids_error
 
struct  PROJECT_NS::param_warning
 

Namespaces

namespace  PROJECT_NS
 < http://warp.povusers.org/FunctionParser/fparser.html
 

Variables

const std::string PROJECT_NS::MSG_PARAM_BAD_KEY = "bad key error : "
 
const std::string PROJECT_NS::MSG_PARAM_BAD_TYPE = "bad type error : "
 
const std::string PROJECT_NS::MSG_DATASET_BAD_KEY = "bad key error : "
 
const std::string PROJECT_NS::MSG_DATASET_BAD_SIZE = "bad size error : "
 
const std::string PROJECT_NS::MSG_DATASET_BAD_TYPE = "bad type error : "
 
const std::string PROJECT_NS::MSG_DATASET_ERR_LOAD = "load error : "
 
const std::string PROJECT_NS::MSG_DATASET_ERR_DUMP = "dump error : "
 

Detailed Description

provide Exception structs

Author
Xin He
Date
2024-04
Version
1.0
Warning
Do not include this file to any header. You'd better include it only in source files!
[logs]:
Date Description
2024-04-01 initial version.

Definition in file Exception.h.