org.apache.commons.httpclient
public static class URI.DefaultCharsetChanged extends RuntimeException
| Field Summary | |
|---|---|
| static int | DOCUMENT_CHARSET Document charset changed. |
| static int | PROTOCOL_CHARSET Protocol charset changed. |
| static int | UNKNOWN No specified reason code. |
| Constructor Summary | |
|---|---|
| DefaultCharsetChanged(int reasonCode, String reason)
The constructor with a reason string and its code arguments.
| |
| Method Summary | |
|---|---|
| String | getReason()
Get the reason message.
|
| int | getReasonCode()
Get the reason code.
|
Parameters: reasonCode the reason code reason the reason
Returns: the reason message
Returns: the reason code