Class HtmlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.xima.fc.common.dom.HtmlParseException
- All Implemented Interfaces:
Serializable
Exception thrown when an HTML string could not be parsed.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlParseException(String message, Throwable cause) Creates a new exception with the given message and cause.HtmlParseException(String message, List<String> errors) Creates a new exception with the given message and list of parse errors. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HtmlParseException
Creates a new exception with the given message and cause. This should be used when an unexpected error occurred and no more details on the parse errors are available.- Parameters:
message- The message with details on the error.cause- The underlying cause of the error.
-
HtmlParseException
-
-
Method Details
-
getErrors
-