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 URN
BarcodeURNFactory. 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 URN
FileURNProvider. 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.URN
ImageURNProvider. 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 class
MalformedURNException
Exception thrown when the URN is invalid.class
NIDException
Exception thrown when the Naming ID (NID) fails parsing.class
NSSException
Exception thrown when the Name String Specification is in error for an URN.class
UnknownNIDException
Exception thrown when the URN Naming ID (NID) is not recognized.Methods in com.iizix.urn that throw URNException Modifier and Type Method Description static URN
URN. from(java.lang.String urnString)
Helper method that creates aURNResource
from a String.URN
URNFactory. from(java.lang.String urnString)
Creates aURN
from a String.URN
IURNProvider. 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 FileURN
FileURNFactory. 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 URN
ImageURNFactory. 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 URN
SVG_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 URN
URL_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 URN
UserProfileImageURNFactory. 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.URN
UserProfileStringURNFactory. 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.