Lines Matching refs:InvalidFormat
42 struct InvalidFormat : std::runtime_error struct
44 InvalidFormat(const std::string& s) in InvalidFormat() argument
143 throw InvalidFormat( in getByte()
157 throw InvalidFormat( in getAscii()
167 throw InvalidFormat( in getShort()
182 throw InvalidFormat( in getLong()
197 throw InvalidFormat( in getSLong()
212 throw InvalidFormat( in getRational()
227 throw InvalidFormat( in getSRational()
242 throw InvalidFormat( in setByte()
268 throw InvalidFormat( in setShort()
284 throw InvalidFormat( in setLong()
300 throw InvalidFormat( in setSLong()
316 throw InvalidFormat( in setRational()
332 throw InvalidFormat( in setSRational()