java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.sf.carte.doc.style.css.nsac.CSSException
io.sf.carte.doc.style.css.nsac.CSSParseException
io.sf.carte.doc.style.css.nsac.CSSMediaParseException
- All Implemented Interfaces:
Serializable
Media-related parse exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCSSMediaParseException
(String message, Locator locator) Construct a CSS media parse exception that has a location and a descriptive message.CSSMediaParseException
(String message, Locator locator, Throwable cause) Construct a CSS media parse exception that has a cause, a location and a descriptive message. -
Method Summary
Methods inherited from class io.sf.carte.doc.style.css.nsac.CSSParseException
getColumnNumber, getLineNumber, getLocator
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSSMediaParseException
Construct a CSS media parse exception that has a cause, a location and a descriptive message.- Parameters:
message
- the descriptive message.locator
- the location where the error was triggered.cause
- the cause.
-
CSSMediaParseException
Construct a CSS media parse exception that has a location and a descriptive message.- Parameters:
message
- the descriptive message.locator
- the location where the error was triggered.
-