public static class URI.DefaultCharsetChanged extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DOCUMENT_CHARSET
Document charset changed.
|
static int |
PROTOCOL_CHARSET
Protocol charset changed.
|
static int |
UNKNOWN
No specified reason code.
|
| 构造器和说明 |
|---|
DefaultCharsetChanged(int reasonCode,
String reason)
The constructor with a reason string and its code arguments.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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
public DefaultCharsetChanged(int reasonCode,
String reason)
reasonCode - the reason codereason - the reasonpublic int getReasonCode()
public String getReason()
Copyright © 2017. All rights reserved.