|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.atlassian.confluence.content.render.xhtml.validation.ValidationException
public class ValidationException
A checked exception thrown when there is an XML validation error.
Constructor Summary | |
---|---|
ValidationException(java.lang.String invalidXml,
java.lang.Throwable cause)
|
|
ValidationException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
getInvalidXml()
|
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 |
---|
public ValidationException(java.lang.Throwable cause)
public ValidationException(java.lang.String invalidXml, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getInvalidXml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |