|
|||||||||||
| 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.InvalidFileTypeException
This exception is raised if an object should be added to database, where the filename is not allowed.
| Constructor Summary | |
InvalidFileTypeException()
Creates new InvalidFileTypeException without detail message. |
|
InvalidFileTypeException(java.lang.String msg)
Constructs an InvalidFileTypeException 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 InvalidFileTypeException()
InvalidFileTypeException without detail message.
public InvalidFileTypeException(java.lang.String msg)
InvalidFileTypeException 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 | ||||||||||