import java.net.URI; class main { public static void main(final String[] args) throws Exception { new URI("s://"); } }