public class MicrodataParserException extends Exception
MicrodataParser
,
Serialized FormConstructor and Description |
---|
MicrodataParserException(String message,
Node errorNode) |
MicrodataParserException(String message,
Throwable cause,
Node errorNode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorLocationBeginCol() |
int |
getErrorLocationBeginRow() |
int |
getErrorLocationEndCol() |
int |
getErrorLocationEndRow() |
String |
getErrorPath() |
protected void |
setErrorNode(Node n) |
String |
toJSON() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public String getErrorPath()
public int getErrorLocationBeginRow()
public int getErrorLocationBeginCol()
public int getErrorLocationEndRow()
public int getErrorLocationEndCol()
public String toJSON()
protected void setErrorNode(Node n)
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.