public class QueryResultParseException extends OpenRDFException
Constructor and Description |
---|
QueryResultParseException(String msg)
Creates a new QueryResultParseException.
|
QueryResultParseException(String msg,
int lineNo,
int columnNo)
Creates a new QueryResultParseException.
|
QueryResultParseException(String msg,
Throwable t)
Creates a new QueryResultParseException wrapping another exception.
|
QueryResultParseException(Throwable t)
Creates a new QueryResultParseException wrapping another exception.
|
QueryResultParseException(Throwable t,
int lineNo,
int columnNo)
Creates a new QueryResultParseException wrapping another exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Gets the column number associated with this parse exception.
|
int |
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, int lineNo, int 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, int lineNo, int columnNo)
t
- The source exception.lineNo
- A line number associated with the message.columnNo
- A column number associated with the message.public int getLineNumber()
public int getColumnNumber()
Copyright © 2001-2016 Aduna. All Rights Reserved.