public class RDFParseException extends OpenRDFException
| Constructor and Description |
|---|
RDFParseException(java.lang.String msg)
Creates a new ParseException.
|
RDFParseException(java.lang.String msg,
int lineNo,
int columnNo)
Creates a new ParseException.
|
RDFParseException(java.lang.String msg,
java.lang.Throwable t)
Creates a new ParseException wrapping another exception.
|
RDFParseException(java.lang.String msg,
java.lang.Throwable t,
int lineNo,
int columnNo)
Creates a new ParseException wrapping another exception.
|
RDFParseException(java.lang.Throwable t)
Creates a new ParseException wrapping another exception.
|
RDFParseException(java.lang.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 java.lang.String |
getLocationString(int lineNo,
int columnNo)
Creates a string to that shows the specified line and column number.
|
public RDFParseException(java.lang.String msg)
msg - An error message.public RDFParseException(java.lang.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(java.lang.Throwable t)
t - The source exception.public RDFParseException(java.lang.String msg,
java.lang.Throwable t)
msg - An error message.t - The source exception.public RDFParseException(java.lang.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(java.lang.String msg,
java.lang.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 java.lang.String getLocationString(int lineNo,
int columnNo)
Copyright © 2001-2014 Aduna. All Rights Reserved.