|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.httpclient.URI.DefaultCharsetChanged
public static class URI.DefaultCharsetChanged
The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
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 | |
---|---|
URI.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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
public static final int PROTOCOL_CHARSET
public static final int DOCUMENT_CHARSET
Constructor Detail |
---|
public URI.DefaultCharsetChanged(int reasonCode, String reason)
reasonCode
- the reason codereason
- the reasonMethod Detail |
---|
public int getReasonCode()
public String getReason()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |