Exception Handling
Write a Java program to create a custom exception class that deals with NULL Strings (your custom exception should be thrown if String is NULL)
Write a Java program to create a custom exception class that deals with NULL Strings (your custom exception should be thrown if String is NULL)