Class DOMNotSupportedException

All Implemented Interfaces:
Serializable

public class DOMNotSupportedException extends DOMException
DOM not-supported exception.

Reports that the implementation does not support the requested type of object or operation.

See Also:
  • Constructor Details

    • DOMNotSupportedException

      public DOMNotSupportedException()
    • DOMNotSupportedException

      public DOMNotSupportedException(String message)
    • DOMNotSupportedException

      public DOMNotSupportedException(String message, Throwable cause)