tregexexception.md 694 B


id: tregexexception title: TRegExException

sidebar_label: TRegExException

A Regular Expression exception.

This can be thrown either during regular expression compilation (-99) or during a search (-1 to -23).

Fields

Field num:Int

The type of error thrown.

-99 is a regular expression compile error. Read message for details.
-1 to -23 is thrown during a search. Read message for details.


Field message:String

The error text.


Methods

Method toString:String()

Returns the exception as a String.