Uses of Class
com.iizix.urn.URNException
Packages that use URNException Package Description com.iizix.barcode com.iizix.server.wsfile com.iizix.urn com.iizix.urn.file com.iizix.urn.image com.iizix.urn.svg com.iizix.urn.url com.iizix.urn.user Uses of URNException in com.iizix.barcode
Methods in com.iizix.barcode that throw URNException Modifier and Type Method Description URNBarcodeURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that throw URNException Modifier and Type Method Description URNFileURNProvider. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.URNImageURNProvider. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.urn
Subclasses of URNException in com.iizix.urn Modifier and Type Class Description classMalformedURNExceptionException thrown when the URN is invalid.classNIDExceptionException thrown when the Naming ID (NID) fails parsing.classNSSExceptionException thrown when the Name String Specification is in error for an URN.classUnknownNIDExceptionException thrown when the URN Naming ID (NID) is not recognized.Methods in com.iizix.urn that throw URNException Modifier and Type Method Description static URNURN. from(java.lang.String urnString)Helper method that creates aURNResourcefrom a String.URNURNFactory. from(java.lang.String urnString)Creates aURNfrom a String.URNIURNProvider. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.urn.file
Methods in com.iizix.urn.file that throw URNException Modifier and Type Method Description FileURNFileURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.urn.image
Methods in com.iizix.urn.image that throw URNException Modifier and Type Method Description URNImageURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.urn.svg
Methods in com.iizix.urn.svg that throw URNException Modifier and Type Method Description URNSVG_URNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.urn.url
Methods in com.iizix.urn.url that throw URNException Modifier and Type Method Description URNURL_URNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.Uses of URNException in com.iizix.urn.user
Methods in com.iizix.urn.user that throw URNException Modifier and Type Method Description URNUserProfileImageURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.URNUserProfileStringURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)Parses the URN after the NID specification, i.e.