Write a program that reads all user entered string message and throws an exception of type ExceptionLine TooLong in the
Posted: Tue May 24, 2022 8:13 am
Write a program that reads all user entered string message and throws an exception of type ExceptionLine TooLong in the case where a string is longer than 80 characters. Handle also all exceptions that could be thrown by the program.