|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.fh_mannheim.mm.dms.framework.DMSException
de.fh_mannheim.mm.dms.framework.PropertyNotSetException
This exception is raised if an object should be added to database, where the a property is not set.
| 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 |
public PropertyNotSetException()
PropertyNotSetException without detail message.
public PropertyNotSetException(java.lang.String msg)
PropertyNotSetException with the specified detail message.
msg - the detail message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||