View Javadoc

1   package org.melati.poem;
2   
3   /**
4    * A dummy class, used to work out where to get Poem.dsd from, 
5    * instead of a circular refernce. 
6    * 
7    * Note that Poem.dsd is a symbolic link into the poem module. 
8    *  
9    * @author timp
10   * @since 2011-08-22
11   */
12  public class PoemDatabase {
13    PoemDatabase() { 
14      throw new RuntimeException("Instaniation of a dummy class");
15    }
16  
17  }