public class QueryResultParseException extends RDF4JException
Constructor and Description |
---|
QueryResultParseException(String msg)
Creates a new QueryResultParseException.
|
QueryResultParseException(String msg,
long lineNo,
long columnNo)
Creates a new QueryResultParseException.
|
QueryResultParseException(String msg,
Throwable t)
Creates a new QueryResultParseException wrapping another exception.
|
QueryResultParseException(String msg,
Throwable t,
long lineNo,
long columnNo)
Creates a new QueryResultParseException wrapping another exception.
|
QueryResultParseException(Throwable t)
Creates a new QueryResultParseException wrapping another exception.
|
QueryResultParseException(Throwable t,
long lineNo,
long columnNo)
Creates a new QueryResultParseException wrapping another exception.
|
Modifier and Type | Method and Description |
---|---|
long |
getColumnNumber()
Gets the column number associated with this parse exception.
|
long |
getLineNumber()
Gets the line number associated with this parse exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryResultParseException(String msg)
msg
- An error message.public QueryResultParseException(String msg, Throwable t)
msg
- An error message.t
- The source exception.public QueryResultParseException(String msg, long lineNo, long columnNo)
msg
- An error message.lineNo
- A line number associated with the message.columnNo
- A column number associated with the message.public QueryResultParseException(Throwable t)
t
- The source exception.public QueryResultParseException(Throwable t, long lineNo, long columnNo)
t
- The source exception.lineNo
- A line number associated with the message.columnNo
- A column number associated with the message.public QueryResultParseException(String msg, Throwable t, long lineNo, long columnNo)
msg
- An error message.t
- The source exception.lineNo
- A line number associated with the message.columnNo
- A column number associated with the message.public long getLineNumber()
public long getColumnNumber()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.