What class represents the type of exception thrown in this example of a stack trace message? Enter the name of the class without the package.
Exception in thread "main" java.lang.ArithmeticException: / by zero
at ExceptionDemo.main(ExceptionDemo.java:9)