class NoSuchElementException

Exception thrown, if someone tried to read beyond the end of the tokens. More...

Full nameost::StringTokenizer::NoSuchElementException
Definition#include <misc.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

No members


Detailed Description

Exception thrown, if someone tried to read beyond the end of the tokens. Will not happen if you use it the 'clean' way with comparison against end(), but if you skip some tokens, because you 'know' they are there. Simplifies error handling a lot, since you can just read your tokens the way you expect it, and if there is some error in the input this Exception will be thrown.


Generated by: dyfet on home on Fri Dec 21 08:32:02 2001, using kdoc 2.0a53.