Main Page   Class Hierarchy   Compound List   Compound Members  

RE::GetError Class Reference

Regular expression match error. More...

Inheritance diagram for RE::GetError:

agfioError List of all members.

Detailed Description

Regular expression match error.

GetError is thrown when there is an inappropriate attempt to get matched substring. For example, if you try to get the 3rd matched substring, when there are only 2 substrings in the expression, GetError is thrown.