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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.io.File
context
(package private) org.xml.sax.SAXParseException
exception
(package private) ValidationErrorHandler.ErrorType
type
-
Constructor Summary
Constructors Constructor Description ErrorRecord(ValidationErrorHandler.ErrorType type, org.xml.sax.SAXParseException exception, java.io.File context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getContext()
org.xml.sax.SAXParseException
getException()
ValidationErrorHandler.ErrorType
getType()
boolean
isError()
boolean
isFatal()
boolean
isWarning()
-
-
-
Field Detail
-
type
final ValidationErrorHandler.ErrorType type
-
exception
final org.xml.sax.SAXParseException exception
-
context
final java.io.File context
-
-
Constructor Detail
-
ErrorRecord
public ErrorRecord(ValidationErrorHandler.ErrorType type, org.xml.sax.SAXParseException exception, java.io.File context)
-
-
Method Detail
-
isError
public boolean isError()
-
isWarning
public boolean isWarning()
-
isFatal
public boolean isFatal()
-
getType
public ValidationErrorHandler.ErrorType getType()
-
getException
public org.xml.sax.SAXParseException getException()
-
getContext
public java.io.File getContext()
-
-