|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.nlp2rdf.core.ErrorHandling
public class ErrorHandling
| Constructor Summary | |
|---|---|
ErrorHandling()
|
|
| Method Summary | |
|---|---|
static Error |
createError(boolean fatal,
String prefix,
String message,
com.hp.hpl.jena.ontology.OntModel model)
writes an error into the model with the given message source is not added, please add it yourself Note that the error is already written to model. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorHandling()
| Method Detail |
|---|
public static Error createError(boolean fatal,
String prefix,
String message,
com.hp.hpl.jena.ontology.OntModel model)
fatal - if true the :fatal "1"^^xsd:boolean is added else "0"prefix - used to create the URImessage - model -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||