Package org.codehaus.mojo.xml.validation
Class ValidationErrorHandler.ErrorRecord
java.lang.Object
org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
- Enclosing class:
- ValidationErrorHandler
-
Constructor Summary
ConstructorsConstructorDescriptionErrorRecord
(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context) -
Method Summary
-
Constructor Details
-
ErrorRecord
public ErrorRecord(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context)
-
-
Method Details
-
isError
public boolean isError() -
isWarning
public boolean isWarning() -
isFatal
public boolean isFatal() -
getType
-
getException
-
getContext
-