Uses of Class
org.tm4j.net.InvalidNotationException

Packages that use InvalidNotationException
org.tm4j.net Provides functionality for dealing with references to external resources. 
 

Uses of InvalidNotationException in org.tm4j.net
 

Methods in org.tm4j.net that throw InvalidNotationException
static java.lang.String URILocatorHelper.resolveRelative(java.lang.String base, java.lang.String rel)
           
 void LocatorBase.initialise(java.lang.String notation, java.lang.String address)
           
 void Locator.initialise(java.lang.String notation, java.lang.String address)
          Initializes the locator with the specified notation and address.
 

Constructors in org.tm4j.net that throw InvalidNotationException
LocatorBase(LocatorFactory factory, java.lang.String notation, java.lang.String address)
          Creates a complete, initialized locator.
LocatorBase(Locator loc)
          Creates a locator from the given template, copying the original locator's notation and address.