de.fh_mannheim.mm.dms.framework
Class DuplicateStopwordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.fh_mannheim.mm.dms.framework.DMSException
              extended byde.fh_mannheim.mm.dms.framework.DuplicateStopwordException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateStopwordException
extends DMSException

This exception is raised if a stopword should be added to database, where the name is already existent.

Version:
$Revision: 1.1 $
Author:
Jan Löffler, mail@jlsoft.de
See Also:
Serialized Form

Constructor Summary
DuplicateStopwordException()
          Creates new DuplicateStopwordException without detail message.
DuplicateStopwordException(java.lang.String msg)
          Constructs an DuplicateStopwordException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateStopwordException

public DuplicateStopwordException()
Creates new DuplicateStopwordException without detail message.


DuplicateStopwordException

public DuplicateStopwordException(java.lang.String msg)
Constructs an DuplicateStopwordException with the specified detail message.

Parameters:
msg - the detail message.