InvalidParameterException

throw this if a paramater is invalid. Automatic forms may present this to the user in a new form. (FIXME: implement that)

class InvalidParameterException : Exception {
string functionName;
string param;
string formLocation;
}

Meta