Uses of Class
com.iizix.urn.MalformedURNException
Packages that use MalformedURNException Package Description com.iizix.urn.file com.iizix.urn.url Uses of MalformedURNException in com.iizix.urn.file
Methods in com.iizix.urn.file that throw MalformedURNException Modifier and Type Method Description static FileURN
FileURN. fromFileResource(URNResourceType type, java.lang.Object id, java.lang.String fileName)
Creates a File URN from a string.Uses of MalformedURNException in com.iizix.urn.url
Methods in com.iizix.urn.url that throw MalformedURNException Modifier and Type Method Description static URL_URN
URL_URN. fromURL(java.lang.String url)
Creates a URL URN from a string containing an optional '?' query and '#' fragment.static URL_URN
URL_URN. fromURL(java.lang.String url, java.lang.String query, java.lang.String fragment)
Creates a URL URN from a string and an optional query and fragment.static URL_URN
URL_URN. fromURL(java.net.URL url)
Creates a URL URN from a string and an optional query and fragment.