Class URLStringParser


  • public class URLStringParser
    extends StringParser
    A StringParser for parsing java.net.URL objects. The parse() method delegates the actual parsing to new URL(String). If new URL() throws a MalformedURLException, it is encapsulated in a ParseException and re-thrown.
    Author:
    Marty Lamb
    See Also:
    StringParser, URL