de.fh_mannheim.mm.dms.framework
Class ParsingFailedException

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

public class ParsingFailedException
extends DMSException

This exception is raised if an object should be added to database and could not be parsed.

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

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

ParsingFailedException

public ParsingFailedException()
Creates new ParsingFailedException without detail message.


ParsingFailedException

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

Parameters:
msg - the detail message.