Class TokenizerTextForgiving.ErrorHandlerTokenizer
- java.lang.Object
-
- net.sansa_stack.rdf.common.io.riot.tokens.TokenizerTextForgiving.ErrorHandlerTokenizer
-
- All Implemented Interfaces:
org.apache.jena.riot.system.ErrorHandler
- Enclosing class:
- TokenizerTextForgiving
public static class TokenizerTextForgiving.ErrorHandlerTokenizer extends Object implements org.apache.jena.riot.system.ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlerTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(String message, long line, long col)voidfatal(String message, long line, long col)voidwarning(String message, long line, long col)
-
-
-
Method Detail
-
warning
public void warning(String message, long line, long col)
- Specified by:
warningin interfaceorg.apache.jena.riot.system.ErrorHandler
-
error
public void error(String message, long line, long col)
- Specified by:
errorin interfaceorg.apache.jena.riot.system.ErrorHandler
-
fatal
public void fatal(String message, long line, long col)
- Specified by:
fatalin interfaceorg.apache.jena.riot.system.ErrorHandler
-
-