public interface LoadError
LoadDocument
.Modifier and Type | Interface and Description |
---|---|
static class |
LoadError.Type
Type of the error.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorColumnNumber()
Returns the column number where this error was found.
|
int |
getErrorLineNumber()
Returns the line number where this error was found.
|
URL |
getErrorLocation()
Returns the URL of the file where this error was found.
|
String |
getErrorMessage()
Returns the error message.
|
LoadError.Type |
getErrorType()
Returns the type of this error.
|
Node |
getNodeInError()
Returns the node where this error was found.
|
LoadError.Type getErrorType()
URL getErrorLocation()
null
if unknown or not applicable.int getErrorLineNumber()
int getErrorColumnNumber()
Node getNodeInError()
null
if unknown or not applicable.String getErrorMessage()