Uses of Class
hep.io.root.RootClassNotFound

Packages that use RootClassNotFound
hep.io.root Classes for opening and reading a Root file. 
hep.io.root.core   
hep.io.root.interfaces Public interfaces implemented by objects read from a Root file. 
hep.io.root.reps   
hep.io.root.util Some utilities for use with Root. 
 

Uses of RootClassNotFound in hep.io.root
 

Methods in hep.io.root that throw RootClassNotFound
 Object RootFileReader.get(String name)
          Get the object associated with a particular key
 

Uses of RootClassNotFound in hep.io.root.core
 

Methods in hep.io.root.core that throw RootClassNotFound
 BasicRootClass FileClassFactory.create(String name)
           
 BasicRootClass DefaultClassFactory.create(String name)
          Creates an instance of a RootClass object, by searching for an appropriate class definition.
 BasicRootClass RootClassFactory.create(String name)
           
 void StreamerInfoNew.resolve(RootClassFactory factory)
           
 

Constructors in hep.io.root.core that throw RootClassNotFound
FileClassFactory(TKey streamerInfo, RootClassFactory defaultClassFactory, RootFileReader rfr)
           
 

Uses of RootClassNotFound in hep.io.root.interfaces
 

Methods in hep.io.root.interfaces that throw RootClassNotFound
 RootObject TKey.getObject()
          Get the object associated with this key.
 RootClass TKey.getObjectClass()
          Get the class of the object associated with this key.
 

Uses of RootClassNotFound in hep.io.root.reps
 

Methods in hep.io.root.reps that throw RootClassNotFound
 RootObject TKeyRep.getObject()
          Get the object corresonding to this key
 RootClass TKeyRep.getObjectClass()
           
 

Uses of RootClassNotFound in hep.io.root.util
 

Methods in hep.io.root.util with parameters of type RootClassNotFound
protected  void RootDirectoryTreeModel.handleException(RootClassNotFound x)
           
 



Copyright © 2000-2013 FreeHEP. All Rights Reserved.