i changed the exception-handling of the new producers and localizers to use the multe...
authoridfx <idfx>
Thu, 9 May 2002 13:43:31 +0000 (13:43 +0000)
committeridfx <idfx>
Thu, 9 May 2002 13:43:31 +0000 (13:43 +0000)
commitf43cfce8f9591bbd9315c6965e909c8780446da5
treea1c2edd77d3e2947c218ec4e0e824e541c84bafe
parent02fb4e10776d7029bb46c61c2fbec25d81645cdf
i changed the exception-handling of the new producers and localizers to use the multex-api (MultiTierExceptionHandling) written by Christoph Knabe. Exceptions now extend multex.Exc and Error-Exceptions now extend multex.Failure ... more about that in a seperate mail
31 files changed:
source/mir/config/ConfigChecker.java
source/mir/config/ConfigNode.java
source/mir/config/ConfigReader.java
source/mir/config/MirConfiguration.java
source/mir/config/exceptions/ConfigDefineNotKnownException.java
source/mir/config/exceptions/ConfigException.java [deleted file]
source/mir/config/exceptions/ConfigFailure.java [new file with mode: 0755]
source/mir/config/exceptions/ConfigInvalidPropertyTypeException.java
source/mir/config/exceptions/ConfigMissingPropertyException.java
source/mir/producer/Producer.java
source/mir/producer/ProducerException.java [deleted file]
source/mir/producer/ProducerFactory.java
source/mir/producer/ProducerFailure.java [new file with mode: 0755]
source/mircoders/global/ProducerEngine.java
source/mircoders/localizer/MirLocalizerException.java
source/mircoders/localizer/MirLocalizerFailure.java [new file with mode: 0755]
source/mircoders/localizer/MirProducerToolLocalizer.java
source/mircoders/localizer/basic/MirBasicProducerToolLocalizer.java
source/mircoders/producer/CompositeProducer.java
source/mircoders/producer/CompositeProducerFactory.java
source/mircoders/producer/ContentProducer.java
source/mircoders/producer/ContentProducerFactory.java
source/mircoders/producer/NullProducer.java
source/mircoders/producer/OldProducerAdapter.java
source/mircoders/producer/ScriptCallProducer.java
source/mircoders/producer/ScriptCallProducerFactory.java
source/mircoders/producer/StartPageProducer.java
source/mircoders/producer/StartPageProducerFactory.java
source/mircoders/producer/StaticProducer.java
source/mircoders/producer/StaticProducerFactory.java
source/mircoders/producer/TopicStartPageProducerFactory.java