Revision 30011 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/locator/BaseLibrary.java

View differences:

BaseLibrary.java
41 41
        private static boolean postinitialized = false;
42 42

  
43 43
        public synchronized void initialize()
44
                        throws ReferenceNotRegisteredException {
44
                        throws LocatorException {
45 45
                Logger logger = null;
46 46

  
47 47
                if (initialized) {
......
55 55
        }
56 56

  
57 57
        protected void doInitialize() 
58
                        throws ReferenceNotRegisteredException {
58
                        throws LocatorException {
59 59
                // Nothing to initialize
60 60
        }
61 61

  
62 62
        public synchronized void postInitialize()
63
                        throws ReferenceNotRegisteredException {
63
                        throws LocatorException {
64 64
                Logger logger = null;
65 65

  
66 66
                if (postinitialized) {
......
74 74
        }
75 75

  
76 76
        protected void doPostInitialize() 
77
                        throws ReferenceNotRegisteredException {
77
                        throws LocatorException {
78 78
                // Nothing to check
79 79
        }
80 80

  

Also available in: Unified diff