Home
last modified time | relevance | path

Searched refs:NotAnIntegerException (Results 1 – 3 of 3) sorted by relevance

/dports/math/frobby/frobby-0.9.1/src/
H A DFrobbyStringStream.cpp116 throw NotAnIntegerException in parseInteger()
120 FrobbyStringStream::NotAnIntegerException::NotAnIntegerException in NotAnIntegerException() function in FrobbyStringStream::NotAnIntegerException
H A DFrobbyStringStream.h52 class NotAnIntegerException : public runtime_error {
54 NotAnIntegerException(const string&);
H A DIntegerParameter.cpp51 } catch (const FrobbyStringStream::NotAnIntegerException&) { in doProcessArguments()