| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.util | |
| jdk7u.jaxp.org.apache.xerces.external.xni.parser |
| Modifier and Type | Field and Description |
|---|---|
Status |
FeatureState.status |
Status |
PropertyState.status |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureState |
FeatureState.of(Status status) |
static PropertyState |
PropertyState.of(Status status) |
| Constructor and Description |
|---|
FeatureState(Status status,
boolean state) |
PropertyState(Status status,
Object state) |
| Modifier and Type | Field and Description |
|---|---|
protected Status |
XMLConfigurationException.fType
Exception type.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
XMLConfigurationException.getType()
Returns the exception type.
|
| Constructor and Description |
|---|
XMLConfigurationException(Status type,
String identifier)
Constructs a configuration exception with the specified type
and feature/property identifier.
|
XMLConfigurationException(Status type,
String identifier,
String message)
Constructs a configuration exception with the specified type,
feature/property identifier, and error message
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.