String countryCode = null;
Country country = null;
String areaCode = "07645";
String number = "913635";
String directAccess = null;
PhoneContact contactType = null;
if (new TelephoneNumberChecker(countryCode, areaCode, number, directAccess, contactType).check() != true
|| new TelephoneNumberChecker(country, areaCode, number, directAccess, contactType).check() != true){
throw new Exception("shortest valid combination declared invalid");
}
//valid combination