Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Class
dk.rode.thesis.templatemethod.SequenceValueException

Packages that use SequenceValueException
dk.rode.thesis.templatemethod Implementations and examples of the Template Method design pattern [Gamma95, p.325]. 
 

Uses of SequenceValueException in dk.rode.thesis.templatemethod
 

Constructors in dk.rode.thesis.templatemethod that throw SequenceValueException
FileSequence(File directory, FileFilter filter)
          Constructor.
FileSequence(FileSequence sequence)
          Copy constructor.
SequenceTemplate(Object... arguments)
          Constructor, which creates this sequence template.
SequenceTemplate(SequenceTemplate<K,E> sequence, Object... arguments)
          Copy constructor, which creates this sequence template based on sequence, i.e. to have the same size, use the same current index, etc.
ZipSequence(File file)
          Constructor.
ZipSequence(File directory, String filename)
          Constructor.
ZipSequence(ZipSequence sequence)
          Copy constructor.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.