public class XMLConfigurationException extends XNIException
XNIException in order to differentiate between general
parsing errors and configuration errors.| Modifier and Type | Field and Description |
|---|---|
protected String |
fIdentifier
Identifier.
|
protected Status |
fType
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
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Returns the feature or property identifier.
|
Status |
getType()
Returns the exception type.
|
getCause, getExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Status fType
protected String fIdentifier
public XMLConfigurationException(Status type, String identifier)
type - The type of the exception.identifier - The feature or property identifier.public XMLConfigurationException(Status type, String identifier, String message)
type - The type of the exception.identifier - The feature or property identifier.message - The error message.Copyright © 2018–2021 mhoffrogge. All rights reserved.