Exception Handling
Exception Handling
exception that the handler can handle and must be the name of a
class that inherits from the Throwable class. The handler can
IllegalArgumentException ex =
new IllegalArgumentException("Wrong Argument");
throw ex;