de.fh_mannheim.mm.dms.framework
Class PropertyNotSetException

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.PropertyNotSetException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotSetException
extends DMSException

This exception is raised if an object should be added to database, where the a property is not set.

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

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

PropertyNotSetException

public PropertyNotSetException()
Creates new PropertyNotSetException without detail message.


PropertyNotSetException

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

Parameters:
msg - the detail message.