Uses of Class
org.sr.common.transformer.ObjectExistException

Packages that use ObjectExistException
org.sr.common.transformer This package contains base classes that are required for Java to target format transformations and vice versa. 
 

Uses of ObjectExistException in org.sr.common.transformer
 

Methods in org.sr.common.transformer that throw ObjectExistException
 void ObjectReferenceMap.putObject(java.lang.Object obj)
          Puts an object reference to the map.It never thrown an exception for the null references.It simply skips them.