Package org.w3c.its

Class ITSException

    • Constructor Detail

      • ITSException

        public ITSException​(String text)
        Creates a new exception with a given text.
        Parameters:
        text - Text to go with the new exception.
      • ITSException

        public ITSException​(Throwable e)
        Creates a new exception with a given parent exception.
        Parameters:
        e - The parent exception.