Class DOMExceptionImpl

All Implemented Interfaces:
Serializable

public class DOMExceptionImpl extends DOMException
DOM exception implementation.
See Also:
  • Field Details

  • Constructor Details

    • DOMExceptionImpl

      public DOMExceptionImpl(short code, int messageKey)
    • DOMExceptionImpl

      public DOMExceptionImpl(int code, int messageKey)
    • DOMExceptionImpl

      public DOMExceptionImpl(short code, int messageKey, String info)