Class CSSNamespaceParseException

All Implemented Interfaces:
Serializable

public class CSSNamespaceParseException extends CSSParseException
Namespace-related parse exception.
See Also:
  • Constructor Details

    • CSSNamespaceParseException

      public CSSNamespaceParseException(String message, Locator locator, Throwable cause)
      Construct a CSS namespace 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.
    • CSSNamespaceParseException

      public CSSNamespaceParseException(String message, Locator locator)
      Construct a CSS namespace parse exception that has a location and a descriptive message.
      Parameters:
      message - the descriptive message.
      locator - the location where the error was triggered.