Class SSSOMFormatException

    • Constructor Detail

      • SSSOMFormatException

        public SSSOMFormatException​(String msg)
        Creates a new instance with the specified error message.
        Parameters:
        msg - A message describing the error.
      • SSSOMFormatException

        public SSSOMFormatException​(String msg,
                                    Throwable inner)
        Creates a new instance with the specifier error message and cause.
        Parameters:
        msg - A message describing the cause.
        inner - The underlying cause of the error.