Class ExceptionUtil
java.lang.Object
de.firemage.autograder.core.integrated.ExceptionUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisError(spoon.reflect.reference.CtTypeReference<?> type) static booleanisRuntimeException(spoon.reflect.reference.CtTypeReference<?> type)
-
Method Details
-
isRuntimeException
public static boolean isRuntimeException(spoon.reflect.reference.CtTypeReference<?> type) -
isError
public static boolean isError(spoon.reflect.reference.CtTypeReference<?> type)
-