catch (java.io.IOException e)
{
String tmpMsg = "The accessPoint URL is not an OPeNDAP server URL (no version info) <" + apVersionString + ">";
log.error( "expandThisType(): " + tmpMsg, e);
IOException myE = new IOException( tmpMsg + e.getMessage());
myE.initCause( e);
throw( myE);
}
if ( apVersionResultContent.indexOf( "DODS") == -1 &&
apVersionResultContent.indexOf( "OPeNDAP") == -1 &&
apVersionResultContent.indexOf( "DAP") == -1)