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 void
error(String message, long line, long col)
void
fatal(String message, long line, long col)
void
warning(String message, long line, long col)
-
-
-
Method Detail
-
warning
public void warning(String message, long line, long col)
- Specified by:
warning
in interfaceorg.apache.jena.riot.system.ErrorHandler
-
error
public void error(String message, long line, long col)
- Specified by:
error
in interfaceorg.apache.jena.riot.system.ErrorHandler
-
fatal
public void fatal(String message, long line, long col)
- Specified by:
fatal
in interfaceorg.apache.jena.riot.system.ErrorHandler
-
-