Class XLIFFException

    • Constructor Detail

      • XLIFFException

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

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

        public XLIFFException​(String message,
                              Throwable cause)
        Creates a new exception with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.