Class DOMNullCharacterException

All Implemented Interfaces:
Serializable

public class DOMNullCharacterException extends DOMCharacterException
Null character exception for DOM.

Although NULL is a valid character in CSS (in the sense that it does not cause the parsing to fail), it is often used as a hack to target specific browsers. This exception is intended to help in the identification of such cases.

See Also:
  • Constructor Details

    • DOMNullCharacterException

      public DOMNullCharacterException(int index)
    • DOMNullCharacterException

      public DOMNullCharacterException(String message, int index)