errors

Condition summary
ppcre-error inherits from simple-error
ppcre-invocation-error inherits from ppcre-error
ppcre-syntax-error inherits from ppcre-error
Method summary
ppcre-syntax-error-pos ppcre-syntax-error
ppcre-syntax-error-string ppcre-syntax-error
Macro summary
signal-ppcre-invocation-error format-control &rest format-arguments
signal-ppcre-syntax-error format-control &rest format-arguments
signal-ppcre-syntax-error* pos format-control &rest format-arguments
ppcre-error   inherits from simple-error  [Condition]

All errors signaled by CL-PPCRE are of this type.

ppcre-syntax-error   inherits from ppcre-error  [Condition]

Signaled if CL-PPCRE's parser encounters an error when trying to parse a regex string or to convert a parse tree into its internal representation.

:string    [Initarg]
:pos    [Initarg]
ppcre-syntax-error-pos   ppcre-syntax-error  [Generic function]

Returns the pos of the specified ppcre-syntax-error

ppcre-syntax-error-string   ppcre-syntax-error  [Generic function]

Returns the string of the specified ppcre-syntax-error

ppcre-invocation-error   inherits from ppcre-error  [Condition]

Signaled when CL-PPCRE functions are invoked with wrong arguments.

*syntax-error-string*    [Variable]

The string which caused the syntax error.

signal-ppcre-syntax-error*   pos format-control &rest format-arguments  [Macro]
signal-ppcre-syntax-error   format-control &rest format-arguments  [Macro]
signal-ppcre-invocation-error   format-control &rest format-arguments  [Macro]