Class CSSMediaParseException

All Implemented Interfaces:
Serializable

public class CSSMediaParseException extends CSSParseException
Media-related parse exception.
See Also:
  • Constructor Details

    • CSSMediaParseException

      public CSSMediaParseException(String message, Locator locator, Throwable cause)
      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

      public CSSMediaParseException(String message, Locator locator)
      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.