java.io.Serializable
public static class URI.DefaultCharsetChanged
extends java.lang.RuntimeException
Modifier and Type | Field | Description |
---|---|---|
static int |
DOCUMENT_CHARSET |
Document charset changed.
|
static int |
PROTOCOL_CHARSET |
Protocol charset changed.
|
static int |
UNKNOWN |
No specified reason code.
|
Constructor | Description |
---|---|
DefaultCharsetChanged(int reasonCode,
java.lang.String reason) |
The constructor with a reason string and its code arguments.
|
Modifier and Type | Method | 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
Copyright (c) 1999-2005 - Apache Software Foundation