|
|||||||||||
| 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.ParsingFailedException
This exception is raised if an object should be added to database and could not be parsed.
| Constructor Summary | |
ParsingFailedException()
Creates new ParsingFailedException without detail message. |
|
ParsingFailedException(java.lang.String msg)
Constructs an ParsingFailedException 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 ParsingFailedException()
ParsingFailedException without detail message.
public ParsingFailedException(java.lang.String msg)
ParsingFailedException 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 | ||||||||||