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