100101102103104105106107
this.model = model; this.base = base == null ? "" : (base + ": "); in = new IStream(reader); readRDF(); if (errCount != 0) { throw new SyntaxError( "unknown" ); } }
114115116117118119120121122
url); } catch (Exception e) { throw new JenaException(e); } finally { if (errCount != 0) { throw new SyntaxError( "unknown" ); } } }
340341342343344345346347348349350
return 0; } } private void deprecated(String s) { errorHandler.warning( new SyntaxError( syntaxErrorMessage( "Deprecation warning", s, in.getLinepos(), in.getCharpos())));
350351352353354355356357358359360
in.getCharpos()))); } private void syntaxError(String s) { errorHandler.error( new SyntaxError( syntaxErrorMessage( "Syntax error", s, in.getLinepos(), in.getCharpos())));