public class RDFParseException extends RDF4JException
Constructor and Description |
---|
RDFParseException(String msg)
Creates a new ParseException.
|
RDFParseException(String msg,
long lineNo,
long columnNo)
Creates a new ParseException.
|
RDFParseException(String msg,
Throwable t)
Creates a new ParseException wrapping another exception.
|
RDFParseException(String msg,
Throwable t,
long lineNo,
long columnNo)
Creates a new ParseException wrapping another exception.
|
RDFParseException(Throwable t)
Creates a new ParseException wrapping another exception.
|
RDFParseException(Throwable t,
long lineNo,
long columnNo)
Creates a new ParseException 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.
|
static String |
getLocationString(long lineNo,
long columnNo)
Creates a string to that shows the specified line and column number.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RDFParseException(String msg)
msg
- An error message.public RDFParseException(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 RDFParseException(Throwable t)
t
- The source exception.public RDFParseException(String msg, Throwable t)
msg
- An error message.t
- The source exception.public RDFParseException(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 RDFParseException(String msg, 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 long getLineNumber()
public long getColumnNumber()
public static String getLocationString(long lineNo, long columnNo)
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.