Class DTMDOMException

All Implemented Interfaces:
Serializable

public class DTMDOMException extends DOMException
Simple implementation of DOMException. %REVIEW% Several classes were implementing this internally; it makes more sense to have one shared version.
See Also:
  • Constructor Details

    • DTMDOMException

      public DTMDOMException(short code, String message)
      Constructs a DOM/DTM exception.
      Parameters:
      code -
      message -
    • DTMDOMException

      public DTMDOMException(short code)
      Constructor DTMDOMException
      Parameters:
      code -