Class XhtmlParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.content.render.xhtml.XhtmlException
-
- com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
-
- All Implemented Interfaces:
Serializable
public class XhtmlParsingException extends XhtmlException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XhtmlParsingException(int lineNumber, int columnNumber, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNumber()
int
getLineNumber()
String
getParserMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-