de.pdark.decentxml
Class XMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.pdark.decentxml.XMLParseException
- All Implemented Interfaces:
- java.io.Serializable
public class XMLParseException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLParseException
public XMLParseException(java.lang.String message,
XMLSource source,
int offset)
XMLParseException
public XMLParseException(java.lang.String message,
Token token)
XMLParseException
public XMLParseException(java.lang.String message)
XMLParseException
public XMLParseException(java.lang.String message,
java.lang.Throwable cause)
XMLParseException
public XMLParseException(java.lang.String message,
Document doc,
Node node)
XMLParseException
public XMLParseException(java.lang.String message,
Node node)
XMLParseException
public XMLParseException(java.lang.String message,
Element e)
setNode
public void setNode(Document doc,
Node node)
setElement
public XMLParseException setElement(Element e)
setSource
public XMLParseException setSource(XMLSource source,
int offset)
setToken
public XMLParseException setToken(Token token)
getSource
public XMLSource getSource()
getToken
public Token getToken()
getElement
public Element getElement()
getDoc
public Document getDoc()
getNode
public Node getNode()
getLocation
public Location getLocation()
getLine
public int getLine()
getColumn
public int getColumn()
getOffset
public int getOffset()
getLineStartOffset
public int getLineStartOffset()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getMessageWithoutLocation
public java.lang.String getMessageWithoutLocation()
Copyright © 2008-2011. All Rights Reserved.