Uses of Class
standup.joke.GeneratorException

Packages that use GeneratorException
standup.joke This package provides joke generation functionality and all its related data structures. 
 

Uses of GeneratorException in standup.joke
 

Methods in standup.joke that throw GeneratorException
private  void Generator.initResources(URL url)
          Sets up the various joke resources required for generation, i.e.
private static Hashtable<String,Schema> Generator.readSchemas(String filename)
          Reads the schema definitions from the given file and returns a Hashtable<String,Schema>, where the keys are the schema labels, and the values are the Schemas themselves.
 

Constructors in standup.joke that throw GeneratorException
Backend()
          Default constructor that instantiates a default Generator and a default LexicalComponents, which will eventually be configured when a user profile is set.
BackendJokeSetOnly()
          Constructor that uses either /standup/resources/xml/jokecache.jokes or /standup/resources/xml/jokecache_corseford.jokes as the joke cache, depending on the value of the given CommandLineArguments#KEY_OLDCACHE.
BackendJokeSetSQL()
          Constructor that uses either /standup/resources/xml/jokecache.jokes or /standup/resources/xml/jokecache_corseford.jokes as the joke cache, depending on the value of CommandLineArguments#KEY_OLDCACHE.
BackendSQL()
          Default constructor
Generator()
          Default constructor that uses the various XML joke resource files specified under the /standup/resources/xml directory (i.e.
Generator(URL url)
          Constructor that uses the various joke resources specified by the given URL.