public class XmlProcessorError extends Object
XmlProcessor class.| Constructor and Description |
|---|
XmlProcessorError(String message,
Object relatedInformation,
Location location)
Construct a new XmlProcessorError.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Get the exception that caused the error.
|
Location |
getLocation()
Get the location of the error.
|
String |
getMessage()
Get the error message.
|
Object |
getRelatedInformation()
Get additional information about the error.
|
String |
toString()
Get the string representation of the error.
|
public final Throwable getException()
public final Location getLocation()
public final String getMessage()
public final Object getRelatedInformation()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.