Searched refs:ExceptionBase (Results 1 – 2 of 2) sorted by relevance
9 class ExceptionBase : public std::exception { class11 ExceptionBase(void) = default;16 class FlowException : public ExceptionBase {18 FlowException(void) : ExceptionBase() { } in FlowException()22 class LogicException : public ExceptionBase {26 LogicException(const std::string r) : ExceptionBase(), reason(r) { } in LogicException()33 class TargetException : public ExceptionBase {37 TargetException(const std::string r) : ExceptionBase(), reason(r) { } in TargetException()
50 typedef typename ImplTraits::template ExceptionBase<TreeNodeStreamType> ExceptionBaseType;