Class MiniXmlParserException

    • Constructor Detail

      • MiniXmlParserException

        public MiniXmlParserException​(Throwable t)
        Wrapper for XML processing errors
        Parameters:
        t - The real parsing Exception
      • MiniXmlParserException

        public MiniXmlParserException​(String msg,
                                      Throwable t)
      • MiniXmlParserException

        public MiniXmlParserException​(String msg)