Searched refs:NibLoaderError (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DNibClassBuilder.py84 class NibLoaderError(Exception): pass class in inherits:Exception
100 raise NibLoaderError, \
162 raise NibLoaderError, ("Could not find nib named '%s' "
174 raise NibLoaderError, "Invalid NIB file [%s]" % path
176 raise NibLoaderError, "Invalid NIB info"
178 raise NibLoaderError, "Unsupported NIB version"
208 raise NibLoaderError, ("No class named '%s' found in "
214 raise NibLoaderError, ("Superclass '%s' for '%s' not "
441 except NibLoaderError, why:
442 print "*** Failed class: %s; NibLoaderError
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DNibClassBuilder.py84 class NibLoaderError(Exception): pass class in inherits:Exception
100 raise NibLoaderError, \
162 raise NibLoaderError, ("Could not find nib named '%s' "
174 raise NibLoaderError, "Invalid NIB file [%s]" % path
176 raise NibLoaderError, "Invalid NIB info"
178 raise NibLoaderError, "Unsupported NIB version"
208 raise NibLoaderError, ("No class named '%s' found in "
214 raise NibLoaderError, ("Superclass '%s' for '%s' not "
441 except NibLoaderError, why:
442 print "*** Failed class: %s; NibLoaderError
[all...]

Completed in 228 milliseconds