uk.ac.ebi.intenz.webapp.controller
Class UnknownDatabaseCommand

java.lang.Object
  extended by uk.ac.ebi.intenz.webapp.controller.Command
      extended by uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
          extended by uk.ac.ebi.intenz.webapp.controller.UnknownDatabaseCommand

public class UnknownDatabaseCommand
extends DatabaseCommand

This class is used if the parsed URL provides a wrong class name parameter. This may happen if the user modifies the URL manually.

Version:
0.9 - 21-July-2003
Author:
Michael Darsow

Field Summary
 
Fields inherited from class uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
con, context, databaseErrorMessage, enzymeEntryMapper, request, response
 
Constructor Summary
UnknownDatabaseCommand()
           
 
Method Summary
 void process()
          Just forwards to a notification page.
 
Methods inherited from class uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
close, closeConnection, finalize, forward, init
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownDatabaseCommand

public UnknownDatabaseCommand()
Method Detail

process

public void process()
             throws javax.servlet.ServletException,
                    IOException
Just forwards to a notification page.

Specified by:
process in class Command
Throws:
javax.servlet.ServletException
IOException


Copyright © 2013 EMBL-EBI. All Rights Reserved.