public class ValidationErrorHandler.ErrorRecord extends Object
Constructor and Description |
---|
ErrorRecord(ValidationErrorHandler.ErrorType type,
SAXParseException exception,
File context) |
Modifier and Type | Method and 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–2022 The Apache Software Foundation. All rights reserved.