|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.sswap.impl.empire.model.JenaModelFactory.ErrorHandler
private static class JenaModelFactory.ErrorHandler
An internal error handler for errors encountered while parsing the model
Field Summary | |
---|---|
private java.util.List<java.lang.Exception> |
errors
|
private java.util.List<java.lang.Exception> |
fatalErrors
|
private java.util.List<java.lang.Exception> |
warnings
|
Constructor Summary | |
---|---|
private |
JenaModelFactory.ErrorHandler()
|
Method Summary | |
---|---|
void |
error(java.lang.Exception ex)
Method used by Jena to report that an error occurred |
void |
fatalError(java.lang.Exception ex)
Method used by jena to report that a fatal error occurred |
void |
warning(java.lang.Exception ex)
Method used by Jena to report that a warning occurred |
boolean |
wereErrors()
Checks whether there were any errors (either regular or fatal). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<java.lang.Exception> errors
private java.util.List<java.lang.Exception> fatalErrors
private java.util.List<java.lang.Exception> warnings
Constructor Detail |
---|
private JenaModelFactory.ErrorHandler()
Method Detail |
---|
public void error(java.lang.Exception ex)
error
in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler
ex
- the exceptionpublic void fatalError(java.lang.Exception ex)
fatalError
in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler
ex
- the exceptionpublic void warning(java.lang.Exception ex)
warning
in interface com.hp.hpl.jena.rdf.model.RDFErrorHandler
ex
- the exceptionpublic boolean wereErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |