public class ValidationErrorHandler.ErrorRecord extends Object
| Constructor | Description |
|---|---|
ErrorRecord(ValidationErrorHandler.ErrorType type,
SAXParseException exception,
File context) |
| Modifier and Type | Method | Description |
|---|---|---|
File |
getContext() |
|
SAXParseException |
getException() |
|
ValidationErrorHandler.ErrorType |
getType() |
|
boolean |
isError() |
|
boolean |
isFatal() |
|
boolean |
isWarning() |
public ErrorRecord(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context)
public boolean isError()
public boolean isWarning()
public boolean isFatal()
public ValidationErrorHandler.ErrorType getType()
public SAXParseException getException()
public File getContext()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.