java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.css.sac.CSSException
org.w3c.css.sac.CSSParseException
io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
- All Implemented Interfaces:
Serializable
Namespace-related parse exception.
- See Also:
-
Field Summary
Fields inherited from class org.w3c.css.sac.CSSException
code, e, s, S_SAC_NOT_SUPPORTED_ERR, S_SAC_SYNTAX_ERR, S_SAC_UNSPECIFIED_ERR, SAC_NOT_SUPPORTED_ERR, SAC_SYNTAX_ERR, SAC_UNSPECIFIED_ERR
-
Constructor Summary
ConstructorDescriptionCSSNamespaceParseException
(String message, String uri, int lineNumber, int columnNumber) CSSNamespaceParseException
(String message, String uri, int lineNumber, int columnNumber, Exception e) CSSNamespaceParseException
(String message, Locator locator) CSSNamespaceParseException
(String message, Locator locator, Exception e) -
Method Summary
Methods inherited from class org.w3c.css.sac.CSSParseException
getColumnNumber, getLineNumber, getURI
Methods inherited from class org.w3c.css.sac.CSSException
getCode, getException, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSSNamespaceParseException
-
CSSNamespaceParseException
-
CSSNamespaceParseException
-
CSSNamespaceParseException
-