Changeset 777
- Timestamp:
- 08/05/07 02:51:13 (1 year ago)
- Files:
-
- trunk/src/main/php/net/stubbles/ipo/interceptors/stubInterceptorXJConfInitializer.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/ipo/request/broker/stubRequestBroker.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/ipo/request/stubRequestValueError.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/lang (added)
- trunk/src/main/php/net/stubbles/lang/exceptions (moved) (moved from trunk/src/main/php/net/stubbles/util/exceptions)
- trunk/src/main/php/net/stubbles/lang/exceptions/stubChainedException.php (moved) (moved from trunk/src/main/php/net/stubbles/stubChainedException.php) (4 diffs)
- trunk/src/main/php/net/stubbles/lang/exceptions/stubException.php (moved) (moved from trunk/src/main/php/net/stubbles/stubException.php) (1 diff)
- trunk/src/main/php/net/stubbles/lang/exceptions/stubFileNotFoundException.php (copied) (copied from trunk/src/main/php/net/stubbles/util/exceptions/stubFileNotFoundException.php) (2 diffs)
- trunk/src/main/php/net/stubbles/lang/exceptions/stubIOException.php (copied) (copied from trunk/src/main/php/net/stubbles/util/exceptions/stubIOException.php) (2 diffs)
- trunk/src/main/php/net/stubbles/lang/exceptions/stubIllegalArgumentException.php (copied) (copied from trunk/src/main/php/net/stubbles/util/exceptions/stubIllegalArgumentException.php) (1 diff)
- trunk/src/main/php/net/stubbles/lang/serialize (added)
- trunk/src/main/php/net/stubbles/lang/serialize/stubSerializable.php (moved) (moved from trunk/src/main/php/net/stubbles/stubSerializable.php) (1 diff)
- trunk/src/main/php/net/stubbles/lang/serialize/stubSerializableObject.php (moved) (moved from trunk/src/main/php/net/stubbles/stubSerializableObject.php) (2 diffs)
- trunk/src/main/php/net/stubbles/lang/serialize/stubSerializedObject.php (moved) (moved from trunk/src/main/php/net/stubbles/stubSerializedObject.php) (3 diffs)
- trunk/src/main/php/net/stubbles/lang/stubBaseObject.php (moved) (moved from trunk/src/main/php/net/stubbles/stubBaseObject.php) (2 diffs)
- trunk/src/main/php/net/stubbles/lang/stubClonable.php (moved) (moved from trunk/src/main/php/net/stubbles/stubClonable.php) (1 diff)
- trunk/src/main/php/net/stubbles/lang/stubObject.php (moved) (moved from trunk/src/main/php/net/stubbles/stubObject.php) (2 diffs)
- trunk/src/main/php/net/stubbles/php/serializer/stubPHPSerializer.php (modified) (2 diffs)
- trunk/src/main/php/net/stubbles/php/serializer/stubPHPSerializerObjectMapping.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/php/serializer/stubPHPSerializerSPLSerializableMapping.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/criteria/stubCriterionException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreatorException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/persistence/stubPersistenceException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilder.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilderException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableJoin.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/rdbms/stubDatabaseException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/stubClassLoader.php (modified) (2 diffs)
- trunk/src/main/php/net/stubbles/util/errorhandler/stubIllegalArgumentErrorHandler.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/ext/stubXPClassLoader.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/net/http/stubHTTPConnectionException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/net/http/stubHTTPURL.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/net/stubHeaderList.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/xjconf/stubXJConfException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/processors/stubJsonRpcProcessor.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/processors/stubProcessorException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/websites/stubPageConfigurationException.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/xml/xsl/stubXSLProcessor.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/ipo/request/broker/stubRequestBrokerTestCase.php (modified) (2 diffs)
- trunk/src/test/php/net/stubbles/lang (added)
- trunk/src/test/php/net/stubbles/lang/exceptions (added)
- trunk/src/test/php/net/stubbles/lang/exceptions/stubChainedExceptionTestCase.php (moved) (moved from trunk/src/test/php/net/stubbles/stubChainedExceptionTestCase.php) (2 diffs)
- trunk/src/test/php/net/stubbles/lang/exceptions/stubExceptionTestCase.php (moved) (moved from trunk/src/test/php/net/stubbles/stubExceptionTestCase.php) (2 diffs)
- trunk/src/test/php/net/stubbles/lang/serialize (added)
- trunk/src/test/php/net/stubbles/lang/serialize/stubSerializableObjectTestCase.php (moved) (moved from trunk/src/test/php/net/stubbles/stubSerializableObjectTestCase.php) (2 diffs)
- trunk/src/test/php/net/stubbles/lang/serialize/stubSerializedObjectTestCase.php (moved) (moved from trunk/src/test/php/net/stubbles/stubSerializedObjectTestCase.php) (11 diffs)
- trunk/src/test/php/net/stubbles/lang/stubBaseObjectTestCase.php (moved) (moved from trunk/src/test/php/net/stubbles/stubBaseObjectTestCase.php) (5 diffs)
- trunk/src/test/php/net/stubbles/stubTestSuite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ipo/interceptors/stubInterceptorXJConfInitializer.php
r737 r777 8 8 */ 9 9 stubClassLoader::load('net.stubbles.ipo.interceptors.stubInterceptorInitializer', 10 'net.stubbles. util.xjconf.xjconf',11 'net.stubbles.util. exceptions.stubIllegalArgumentException'10 'net.stubbles.lang.exceptions.stubIllegalArgumentException', 11 'net.stubbles.util.xjconf.xjconf' 12 12 ); 13 13 /** trunk/src/main/php/net/stubbles/ipo/request/broker/stubRequestBroker.php
r734 r777 16 16 'net.stubbles.ipo.request.broker.annotations.stubStringFilterAnnotation', 17 17 'net.stubbles.ipo.request.broker.annotations.stubTextFilterAnnotation', 18 'net.stubbles. reflection.stubReflectionClass',19 'net.stubbles. util.exceptions.stubIllegalArgumentException'18 'net.stubbles.lang.exceptions.stubIllegalArgumentException', 19 'net.stubbles.reflection.stubReflectionClass' 20 20 ); 21 21 /** trunk/src/main/php/net/stubbles/ipo/request/stubRequestValueError.php
r720 r777 8 8 */ 9 9 stubClassLoader::load('net.stubbles.ipo.request.stubRequestValueErrorException', 10 'net.stubbles. stubClonable'10 'net.stubbles.lang.stubClonable' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/lang/exceptions/stubChainedException.php
r247 r777 3 3 * Class to chain exceptions, e.g. to wrap php-builtin exceptions. 4 4 * 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 7 * @subpackage lang_exceptions 7 8 */ 8 9 /** 9 10 * Class to chain exceptions, e.g. to wrap php-builtin exceptions. 10 11 * 11 * @package stubbles 12 * @package stubbles 13 * @subpackage lang_exceptions 12 14 */ 13 15 abstract class stubChainedException extends stubException … … 19 21 */ 20 22 protected $cause; 21 23 22 24 /** 23 25 * constructor … … 31 33 $this->cause = $cause; 32 34 } 33 35 34 36 /** 35 37 * returns the cause for this exception … … 41 43 return $this->cause; 42 44 } 43 45 44 46 /** 45 47 * returns a string representation of the class trunk/src/main/php/net/stubbles/lang/exceptions/stubException.php
r766 r777 3 3 * Base exception class for all stubbles exceptions. 4 4 * 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 7 * @subpackage lang_exceptions 7 8 */ 8 9 /** 9 10 * Base exception class for all stubbles exceptions. 10 11 * 11 * @package stubbles 12 * @package stubbles 13 * @subpackage lang_exceptions 12 14 */ 13 15 class stubException extends Exception implements stubObject trunk/src/main/php/net/stubbles/lang/exceptions/stubFileNotFoundException.php
r764 r777 5 5 * @author Stephan Schmidt <schst@stubbles.net> 6 6 * @package stubbles 7 * @subpackage util_exceptions7 * @subpackage lang_exceptions 8 8 */ 9 stubClassLoader::load('net.stubbles. util.exceptions.stubIOException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIOException'); 10 10 /** 11 11 * Exception to be thrown in case an IO error occurred. … … 13 13 * @author Stephan Schmidt <schst@stubbles.net> 14 14 * @package stubbles 15 * @subpackage util_exceptions15 * @subpackage lang_exceptions 16 16 */ 17 17 class stubFileNotFoundException extends stubIOException trunk/src/main/php/net/stubbles/lang/exceptions/stubIOException.php
r764 r777 5 5 * @author Stephan Schmidt <schst@stubbles.net> 6 6 * @package stubbles 7 * @subpackage util_exceptions7 * @subpackage lang_exceptions 8 8 */ 9 stubClassLoader::load('net.stubbles.stubException');10 9 /** 11 10 * Exception to be thrown in case an IO error occurred. … … 13 12 * @author Stephan Schmidt <schst@stubbles.net> 14 13 * @package stubbles 15 * @subpackage util_exceptions14 * @subpackage lang_exceptions 16 15 */ 17 16 class stubIOException extends stubException trunk/src/main/php/net/stubbles/lang/exceptions/stubIllegalArgumentException.php
r412 r777 5 5 * @author Frank Kleine <mikey@stubbles.net> 6 6 * @package stubbles 7 * @subpackage util_exceptions7 * @subpackage lang_exceptions 8 8 */ 9 stubClassLoader::load('net.stubbles.stubException');10 9 /** 11 10 * Exception to be thrown in case an illegal argument was given. 12 11 * 13 12 * @package stubbles 14 * @subpackage util_exceptions13 * @subpackage lang_exceptions 15 14 */ 16 15 class stubIllegalArgumentException extends stubException trunk/src/main/php/net/stubbles/lang/serialize/stubSerializable.php
r522 r777 3 3 * Interface for objects that can be serialized. 4 4 * 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 7 * @subpackage lang_serialize 7 8 */ 8 9 /** 9 10 * Interface for objects that can be serialized. 10 11 * 11 * @package stubbles 12 * @package stubbles 13 * @subpackage lang_serialize 12 14 */ 13 15 interface stubSerializable extends stubObject trunk/src/main/php/net/stubbles/lang/serialize/stubSerializableObject.php
r757 r777 4 4 * extending php built-in classes 5 5 * 6 * @author Frank Kleine <mikey@stubbles.net> 7 * @package stubbles 6 * @author Frank Kleine <mikey@stubbles.net> 7 * @package stubbles 8 * @subpackage lang_serialize 8 9 */ 9 10 /** … … 11 12 * extending php built-in classes 12 13 * 13 * @package stubbles 14 * @package stubbles 15 * @subpackage lang_serialize 14 16 */ 15 17 class stubSerializableObject extends stubBaseObject implements stubSerializable trunk/src/main/php/net/stubbles/lang/serialize/stubSerializedObject.php
r766 r777 5 5 * Using this allows lazy loading of classes stored in session. 6 6 * 7 * @author Frank Kleine <mikey@stubbles.net> 8 * @package stubbles 7 * @author Frank Kleine <mikey@stubbles.net> 8 * @package stubbles 9 * @subpackage lang_serialize 9 10 */ 10 11 /** … … 13 14 * Using this allows lazy loading of classes stored in session. 14 15 * 15 * @package stubbles 16 * @package stubbles 17 * @subpackage lang_serialize 16 18 */ 17 19 class stubSerializedObject implements stubObject … … 204 206 * [fully-qualified-class-name] ' {' [members-and-value-list] '}' 205 207 * <code> 206 * net.stubbles. stubSerializedObject {208 * net.stubbles.lang.serialize.stubSerializedObject { 207 209 * class(string): net.stubbles.stubExample 208 210 * data(string): [serialized representation of net.stubbles.stubExample] trunk/src/main/php/net/stubbles/lang/stubBaseObject.php
r766 r777 4 4 * extending php built-in classes 5 5 * 6 * @author Frank Kleine <mikey@stubbles.net> 7 * @package stubbles 6 * @author Frank Kleine <mikey@stubbles.net> 7 * @package stubbles 8 * @subpackage lang 8 9 */ 9 10 /** … … 11 12 * extending php built-in classes 12 13 * 13 * @package stubbles 14 * @package stubbles 15 * @subpackage lang 14 16 */ 15 17 class stubBaseObject implements stubObject trunk/src/main/php/net/stubbles/lang/stubClonable.php
r720 r777 3 3 * Marker interface for clonable classes. 4 4 * 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 5 * @author Frank Kleine <mikey@stubbles.net> 6 * @package stubbles 7 * @subpackage lang 7 8 */ 8 9 /** 9 10 * Marker interface for clonable classes. 10 11 * 11 * @package stubbles 12 * @package stubbles 13 * @subpackage lang 12 14 */ 13 15 interface stubClonable extends stubObject trunk/src/main/php/net/stubbles/lang/stubObject.php
r766 r777 4 4 * extending php built-in classes. 5 5 * 6 * @author Frank Kleine <mikey@stubbles.net> 7 * @package stubbles 6 * @author Frank Kleine <mikey@stubbles.net> 7 * @package stubbles 8 * @subpackage lang 8 9 */ 9 10 /** … … 11 12 * extending php built-in classes. 12 13 * 13 * @package stubbles 14 * @package stubbles 15 * @subpackage lang 14 16 */ 15 17 interface stubObject trunk/src/main/php/net/stubbles/php/serializer/stubPHPSerializer.php
r776 r777 7 7 * @subpackage php_serializer 8 8 */ 9 stubClassLoader::load('net.stubbles.php.serializer.stubFormatException', 9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.php.serializer.stubFormatException', 10 11 'net.stubbles.php.serializer.stubPHPSerializedData', 11 12 'net.stubbles.php.serializer.stubPHPSerializerMapping', 12 13 'net.stubbles.php.serializer.stubPHPSerializerObjectMapping', 13 14 'net.stubbles.php.serializer.stubPHPSerializerSPLSerializableMapping', 14 'net.stubbles.php.serializer.stubUnknownObject', 15 'net.stubbles.util.exceptions.stubIllegalArgumentException' 15 'net.stubbles.php.serializer.stubUnknownObject' 16 16 ); 17 17 /** … … 68 68 * mappings. 69 69 * 70 * @param stubPHPSerializerMapping $mapping 71 */ 72 public function addMapping(stubPHPSerializerMapping $mapping) 73 { 74 $this->mappings[$mapping->getToken()] = $mapping; 75 $this->classMappingCache = array(); 70 * @param stubPHPSerializerMapping $mapping the mapping to add 71 * @param char $token optional token to use instead of the default token 72 */ 73 public function addMapping(stubPHPSerializerMapping $mapping, $token = null) 74 { 75 if (null === $token) { 76 $token = $mapping->getToken(); 77 } 78 79 $this->mappings[$token] = $mapping; 80 $this->classMappingCache = array(); 76 81 } 77 82 trunk/src/main/php/net/stubbles/php/serializer/stubPHPSerializerObjectMapping.php
r776 r777 7 7 * @subpackage php_serializer 8 8 */ 9 stubClassLoader::load('net.stubbles.util.exceptions.stubIllegalArgumentException'); 9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.php.serializer.stubPHPSerializerMapping' 11 ); 10 12 /** 11 13 * Class for default serialization of objects. trunk/src/main/php/net/stubbles/php/serializer/stubPHPSerializerSPLSerializableMapping.php
r776 r777 7 7 * @subpackage php_serializer 8 8 */ 9 stubClassLoader::load('net.stubbles.util.exceptions.stubIllegalArgumentException'); 9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.php.serializer.stubPHPSerializerMapping' 11 ); 10 12 /** 11 13 * Class for serialization of objects that implement the SPL Serializable interface. trunk/src/main/php/net/stubbles/rdbms/criteria/stubCriterionException.php
r249 r777 7 7 * @subpackage rdbms_criteria 8 8 */ 9 stubClassLoader::load('net.stubbles.stubException');10 9 /** 11 10 * Exception for problems with criteria. trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreatorException.php
r316 r777 7 7 * @subpackage rdbms_persistence_creator 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception to be thrown if a problem in the creator occurs. trunk/src/main/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserException.php
r655 r777 7 7 * @subpackage rdbms_persistence_eraser 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception to be thrown if a problem in the eraser occurs. trunk/src/main/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderException.php
r256 r777 7 7 * @subpackage rdbms_persistence_finder 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception to be thrown if a problem in the finder occurs. trunk/src/main/php/net/stubbles/rdbms/persistence/stubPersistenceException.php
r256 r777 7 7 * @subpackage rdbms_persistence_finder 8 8 */ 9 stubClassLoader::load('net.stubbles.stubException');10 9 /** 11 10 * Exception to be thrown if a problem in the finder occurs. trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilder.php
r655 r777 7 7 * @subpackage rdbms_querybuilder 8 8 */ 9 stubClassLoader::load('net.stubbles.rdbms.criteria.stubCriterion', 9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.rdbms.criteria.stubCriterion', 10 11 'net.stubbles.rdbms.querybuilder.stubDatabaseQueryBuilderException', 11 12 'net.stubbles.rdbms.querybuilder.stubDatabaseSelect', 12 13 'net.stubbles.rdbms.querybuilder.stubDatabaseTableDescription', 13 'net.stubbles.rdbms.querybuilder.stubDatabaseTableRow', 14 'net.stubbles.util.exceptions.stubIllegalArgumentException' 14 'net.stubbles.rdbms.querybuilder.stubDatabaseTableRow' 15 15 ); 16 16 /** trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseQueryBuilderException.php
r256 r777 7 7 * @subpackage rdbms_querybuilder 8 8 */ 9 stubClassLoader::load('net.stubbles.stubException');10 9 /** 11 10 * Exception to be thrown if a query builder stumbles upon a failure. trunk/src/main/php/net/stubbles/rdbms/querybuilder/stubDatabaseTableJoin.php
r678 r777 7 7 * @subpackage rdbms_querybuilder 8 8 */ 9 stubClassLoader::load('net.stubbles. util.exceptions.stubIllegalArgumentException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException'); 10 10 /** 11 11 * Class that contains the description for a database table. trunk/src/main/php/net/stubbles/rdbms/stubDatabaseException.php
r245 r777 7 7 * @subpackage rdbms 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception for general database problems. trunk/src/main/php/net/stubbles/stubClassLoader.php
r732 r777 210 210 } 211 211 212 if (( @include $uri) == false) {212 if ((include $uri) == false) { 213 213 throw new stubClassNotFoundException($fqClassName); 214 214 } … … 344 344 * every other class that should extend it 345 345 */ 346 stubClassLoader::load('net.stubbles. stubObject',347 'net.stubbles. stubBaseObject',348 'net.stubbles. stubException',349 'net.stubbles. stubSerializable',350 'net.stubbles. stubSerializableObject',351 'net.stubbles. stubSerializedObject'346 stubClassLoader::load('net.stubbles.lang.stubObject', 347 'net.stubbles.lang.stubBaseObject', 348 'net.stubbles.lang.exceptions.stubException', 349 'net.stubbles.lang.serialize.stubSerializable', 350 'net.stubbles.lang.serialize.stubSerializableObject', 351 'net.stubbles.lang.serialize.stubSerializedObject' 352 352 ); 353 353 ?> trunk/src/main/php/net/stubbles/util/errorhandler/stubIllegalArgumentErrorHandler.php
r412 r777 7 7 * @subpackage util_errorhandler 8 8 */ 9 stubClassLoader::load('net.stubbles. util.errorhandler.stubErrorHandler',10 'net.stubbles.util.e xceptions.stubIllegalArgumentException'9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.util.errorhandler.stubErrorHandler' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/util/ext/stubXPClassLoader.php
r678 r777 7 7 * @subpackage util_ext 8 8 */ 9 stubClassLoader::load('net.stubbles. util.exceptions.stubIllegalArgumentException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException'); 10 10 /** 11 11 * Class loader that loads classes from the xp framework. trunk/src/main/php/net/stubbles/util/net/http/stubHTTPConnectionException.php
r719 r777 7 7 * @subpackage util_net_http 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception to be thrown when an error on a http connection occurs. trunk/src/main/php/net/stubbles/util/net/http/stubHTTPURL.php
r774 r777 7 7 * @subpackage util_net_http 8 8 */ 9 stubClassLoader::load('net.stubbles. util.net.stubURL',10 'net.stubbles.util. exceptions.stubIllegalArgumentException'9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.util.net.stubURL' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/util/net/stubHeaderList.php
r719 r777 7 7 * @subpackage util_net 8 8 */ 9 stubClassLoader::load('net.stubbles. util.net.stubURL',10 'net.stubbles.util. exceptions.stubIllegalArgumentException'9 stubClassLoader::load('net.stubbles.lang.exceptions.stubIllegalArgumentException', 10 'net.stubbles.util.net.stubURL' 11 11 ); 12 12 /** trunk/src/main/php/net/stubbles/util/xjconf/stubXJConfException.php
r312 r777 7 7 * @subpackage util_xjconf 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception for wrapping xjconf exceptions. trunk/src/main/php/net/stubbles/websites/processors/stubJsonRpcProcessor.php
r771 r777 332 332 $configFile = stubConfig::getConfigPath() . '/xml/' . stubRegistry::getConfig(self::KEY_SERVICE_FILE,'json-rpc-service.xml'); 333 333 if (!file_exists($configFile) || !is_readable($configFile)) { 334 stubClassLoader::load('net.stubbles. util.exceptions.stubFileNotFoundException');334 stubClassLoader::load('net.stubbles.lang.exceptions.stubFileNotFoundException'); 335 335 throw new stubFileNotFoundException($configFile); 336 336 } trunk/src/main/php/net/stubbles/websites/processors/stubProcessorException.php
r240 r777 7 7 * @subpackage websites_processors 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception to be thrown in case something with the processing goes wrong. trunk/src/main/php/net/stubbles/websites/stubPageConfigurationException.php
r261 r777 7 7 * @subpackage websites_pages 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 /** 11 11 * Exception to be thrown in case the page configuration is wrong. trunk/src/main/php/net/stubbles/xml/xsl/stubXSLProcessor.php
r721 r777 9 9 stubClassLoader::load('net.stubbles.xml.xsl.stubXSLCallback', 10 10 'net.stubbles.xml.xsl.stubXSLProcessorException', 11 'net.stubbles. stubClonable'11 'net.stubbles.lang.stubClonable' 12 12 ); 13 13 /** trunk/src/test/php/net/stubbles/ipo/request/broker/stubRequestBrokerTestCase.php
r731 r777 50 50 51 51 /** 52 * test broking with a class that is not an instance of net.stubbles. stubObject52 * test broking with a class that is not an instance of net.stubbles.lang.stubObject 53 53 */ 54 54 public function testWithClassThatIsNotInstanceOfStubObject() … … 68 68 69 69 /** 70 * test broking with a class that is an instance of net.stubbles. stubObject70 * test broking with a class that is an instance of net.stubbles.lang.stubObject 71 71 */ 72 72 public function testWithClassThatIsInstanceOfStubObject() trunk/src/test/php/net/stubbles/lang/exceptions/stubChainedExceptionTestCase.php
r168 r777 1 1 <?php 2 2 /** 3 * Tests for net.stubbles. stubChainedException3 * Tests for net.stubbles.lang.exceptions.stubChainedException 4 4 * 5 5 * @author Frank Kleine <mikey@stubbles.net> 6 6 * @package stubbles 7 * @subpackage test7 * @subpackage lang_exceptions_test 8 8 */ 9 stubClassLoader::load('net.stubbles. stubChainedException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubChainedException'); 10 10 class stub1ChainedException extends stubChainedException 11 11 { … … 23 23 } 24 24 /** 25 * Tests for net.stubbles. stubChainedException25 * Tests for net.stubbles.lang.exceptions.stubChainedException 26 26 * 27 27 * @package stubbles 28 * @subpackage test28 * @subpackage lang_exceptions_test 29 29 */ 30 30 class stubChainedExceptionTestCase extends UnitTestCase trunk/src/test/php/net/stubbles/lang/exceptions/stubExceptionTestCase.php
r522 r777 1 1 <?php 2 2 /** 3 * Tests for net.stubbles. stubException3 * Tests for net.stubbles.lang.exceptions.stubException 4 4 * 5 5 * @author Frank Kleine <mikey@stubbles.net> 6 6 * @package stubbles 7 * @subpackage test7 * @subpackage lang_exceptions_test 8 8 */ 9 stubClassLoader::load('net.stubbles. stubException');9 stubClassLoader::load('net.stubbles.lang.exceptions.stubException'); 10 10 class stub1stubException extends stubException 11 11 { … … 23 23 } 24 24 /** 25 * Tests for net.stubbles. stubException25 * Tests for net.stubbles.lang.exceptions.stubException 26 26 * 27 27 * @package stubbles 28 * @subpackage test28 * @subpackage lang_exceptions_test 29 29 */ 30 30 class stubExceptionTestCase extends UnitTestCase trunk/src/test/php/net/stubbles/lang/serialize/stubSerializableObjectTestCase.php
r522 r777 1 1 <?php 2 2 /** 3 * Tests for net.stubbles. stubBaseObject3 * Tests for net.stubbles.lang.serialize.stubSerializableObject 4 4 * 5 5 * @author Frank Kleine <mikey@stubbles.net> 6 6 * @package stubbles 7 * @subpackage test7 * @subpackage lang_serialize_test 8 8 */ 9 stubClassLoader::load('net.stubbles. stubSerializableObject');9 stubClassLoader::load('net.stubbles.lang.serialize.stubSerializableObject'); 10 10 class stub1stubSerializableObject extends stubSerializableObject 11 11 { &h
