| 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 |
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-invocation-error | inherits from ppcre-error | [Condition] |
Signaled when CL-PPCRE functions are invoked with wrong arguments.