com.atlassian.confluence.content.render.xhtml
Class XhtmlParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.content.render.xhtml.XhtmlException
              extended by com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
All Implemented Interfaces:
Serializable

public class XhtmlParsingException
extends XhtmlException

See Also:
Serialized Form

Constructor Summary
XhtmlParsingException(int lineNumber, int columnNumber, String message, Throwable cause)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getParserMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XhtmlParsingException

public XhtmlParsingException(int lineNumber,
                             int columnNumber,
                             String message,
                             Throwable cause)
Method Detail

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

getParserMessage

public String getParserMessage()


Copyright © 2003-2012 Atlassian. All Rights Reserved.