CodeGym says, "It looks like the factory method handles the ApplicationExceptionMessage enum incorrectly." Could someone point out what can be corrected to pass the test?
package com.codegym.task.task38.task3804;
public class Solution {
public static Class getFactoryClass() {
return ExceptionFactory.class; }
public static void main(String[] args) { }
}