}
// Make sure they checked the TOS.
if (!(Boolean) values.get("EUREKA:TOS"))
{
exception.addError("EUREKA:TOS", "In order to use this plugin you must agree to the terms of use.");
}
// If you found any errors, error.
if (exception.getErrors().size() > 0)
{