PCRE.PcreException

Represents a PCRE Exception. The class is re-usable exception where the error message can be reset and the same instance can be re-thrown.

class PCRE
static
class PcreException : Exception {}

Constructors

this
this()

Constructor. Just calls the super Exception constructor with initial error message.

Members

Variables

error
int error;

Error code returned by pcre function

Meta