Class DOMIException

    • Constructor Detail

      • DOMIException

        public DOMIException​(String message)
        Parameters:
        message - - what went wrong, with formatting
      • DOMIException

        public DOMIException​(String message,
                             Object... args)
        Parameters:
        message - - what went wrong
        args - Arguments that are passed into the format function
      • DOMIException

        public DOMIException​(Throwable cause)
        Parameters:
        cause - as a throwable