Class XLIFFWriterException

    • Constructor Detail

      • XLIFFWriterException

        public XLIFFWriterException()
        Creates an empty new XLIFFWriterException object.
      • XLIFFWriterException

        public XLIFFWriterException​(String message)
        Creates a new XLIFFWriterException object with a given message.
        Parameters:
        message - text of the message.
      • XLIFFWriterException

        public XLIFFWriterException​(Throwable cause)
        Creates a new XLIFFWriterException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • XLIFFWriterException

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