Package org.codehaus.mojo.xml.validation
Class ValidationErrorHandler.ErrorRecord
- java.lang.Object
-
- org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorRecord
-
- Enclosing class:
- ValidationErrorHandler
public class ValidationErrorHandler.ErrorRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorRecord(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getContext()
SAXParseException
getException()
ValidationErrorHandler.ErrorType
getType()
boolean
isError()
boolean
isFatal()
boolean
isWarning()
-
-
-
Constructor Detail
-
ErrorRecord
public ErrorRecord(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context)
-
-
Method Detail
-
isError
public boolean isError()
-
isWarning
public boolean isWarning()
-
isFatal
public boolean isFatal()
-
getType
public ValidationErrorHandler.ErrorType getType()
-
getException
public SAXParseException getException()
-
getContext
public File getContext()
-
-