Interface SerialPortDataListenerWithExceptions

    • Method Detail

      • catchException

        void catchException​(Exception e)
        Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.
        Parameters:
        e - An Exception object containing information about the exception that occurred.