de.fh_mannheim.mm.dms.framework
Class DMSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.fh_mannheim.mm.dms.framework.DMSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateCategoryException, DuplicateStopwordException, DuplicateUploadException, DuplicateUserException, InvalidFileTypeException, ParsingFailedException, PropertyNotSetException

public class DMSException
extends java.lang.Exception

This is a common exception class for the DMS-Project. Others may derrive from this class

Version:
$Revision: 1.3 $
Author:
Jan Löffler
See Also:
Serialized Form

Constructor Summary
DMSException()
          Creates new DMSException without detail message.
DMSException(java.lang.String msg)
          Constructs an DMSException 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

DMSException

public DMSException()
Creates new DMSException without detail message.


DMSException

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

Parameters:
msg - the detail message.