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 SummaryConstructorsConstructorDescriptionCSSMediaParseException(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 SummaryMethods inherited from class io.sf.carte.doc.style.css.nsac.CSSParseExceptiongetColumnNumber, getLineNumber, getLocatorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CSSMediaParseExceptionConstruct 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.
 
- 
CSSMediaParseExceptionConstruct 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.
 
 
-