EXCEPTION_NAME_REGEX

private val EXCEPTION_NAME_REGEX: String = "\b(\w+Exception)\b"

EXCEPTION_NAME_REGEX regex to validate the exception name