Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Substring::UnboundSubstring Class Reference

Exception thrown if an unbound substring is accessed. More...

#include <string.h>

Inheritance diagram for Substring::UnboundSubstring:

Exception::GeneralException List of all members.

Public Member Functions

 UnboundSubstring (const char *file, int line)

Detailed Description

Exception thrown if an unbound substring is accessed.

This exception is thrown by most accessors and predicates of Substring if the substring is not bound to a string.