Class DtdParseException

    • Constructor Detail

      • DtdParseException

        public DtdParseException()
        Constructor.
      • DtdParseException

        public DtdParseException​(String message)
        Constructor.
        Parameters:
        message - error message
      • DtdParseException

        public DtdParseException​(String message,
                                 Throwable cause)
        Constructor.
        Parameters:
        message - error message
        cause - cause exception
      • DtdParseException

        public DtdParseException​(Throwable cause)
        Constructor.
        Parameters:
        cause - cause exception