// Add analyzed value
addValue(va);
}
} else if (Exception.class.isAssignableFrom(cls)) { // Exception type.
// Analyse the exception
ExceptionAnalysis ea = ExceptionAnalysis.getExceptionAnalysis(cls);
// Add analyzed exception
addException(ea);
} else { // Got to be a value type.
// Analyse the value