public class RDFParseException extends OpenRDFException
| Constructor and Description |
|---|
RDFParseException(String msg)
Creates a new ParseException.
|
RDFParseException(String msg,
int lineNo,
int columnNo)
Creates a new ParseException.
|
RDFParseException(String msg,
Throwable t)
Creates a new ParseException wrapping another exception.
|
RDFParseException(String msg,
Throwable t,
int lineNo,
int columnNo)
Creates a new ParseException wrapping another exception.
|
RDFParseException(Throwable t)
Creates a new ParseException wrapping another exception.
|
RDFParseException(Throwable t,
int lineNo,
int columnNo)
Creates a new ParseException 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.
|
static String |
getLocationString(int lineNo,
int 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, toStringpublic RDFParseException(String msg)
msg - An error message.public RDFParseException(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 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, 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 RDFParseException(String msg, 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()
public static String getLocationString(int lineNo, int columnNo)
Copyright © 2001-2014 Aduna. All Rights Reserved.