Uses of Class
info.informatica.io.AssociationException

Packages that use AssociationException
info.informatica.io   
 

Uses of AssociationException in info.informatica.io
 

Methods in info.informatica.io that throw AssociationException
 void ClassAssociation.addInvocation(Invocator inv)
           
 Object ClassAssociation.create(InputStream is, URL url)
          Creates the object from the InputStream.
 Object Associator.create(InputStream is, URL url, String ext)
          Creates the object from the InputStream.
 

Constructors in info.informatica.io that throw AssociationException
Associator(InputStream is)
           
ClassAssociation(String classname)