The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
Modifiers | Name | 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 |
---|
DefaultCharsetChanged
(int reasonCode, java.lang.String reason) The constructor with a reason string and its code arguments. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getReason() Get the reason message. |
|
int |
getReasonCode() Get the reason code. |
Methods inherited from class | Name |
---|---|
class java.lang.RuntimeException |
java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll() |
Document charset changed.
Protocol charset changed.
No specified reason code.