|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
void |
PCREAPIErrorMsg(PCREError error)
Output a PCRE API error message to the console. |
void |
PCREClientErrorMsg(PCREError error)
Output a client error message to the console. |
void |
PCREFatalErrorMsg(PCREError error)
Output a fatal error message to the console. |
void |
PCREGatewayErrorMsg(PCREError error)
Output a Gateway error message to the console. |
void |
PCREInternalErrorMsg(PCREError error)
Output an abnormal (internal) error message to the console. |
void |
PCREOutputMsg(java.lang.String msg)
Output a message to the console. |
void |
PCREServerErrorMsg(PCREError error)
Output a server error message to the console. |
| Method Detail |
public void PCREAPIErrorMsg(PCREError error)
error - The PCRE API error to output to the client.public void PCREClientErrorMsg(PCREError error)
error - The client error to output to the client.public void PCREFatalErrorMsg(PCREError error)
error - The fatal error to output to the client.public void PCREGatewayErrorMsg(PCREError error)
error - The gateway error to output to the client.public void PCREInternalErrorMsg(PCREError error)
error - The abnormal error to output to the client.public void PCREOutputMsg(java.lang.String msg)
msg - The message to output to the client.public void PCREServerErrorMsg(PCREError error)
error - The command error to output to the client.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||