de.iai.ilcd.model.common.exception
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.iai.ilcd.model.common.exception.FormatException
All Implemented Interfaces:
java.io.Serializable

public class FormatException
extends java.lang.Exception

Author:
clemens.duepmeier
See Also:
Serialized Form

Constructor Summary
FormatException()
          Creates a new instance of FormatException without detail message.
FormatException(java.lang.String msg)
          Constructs an instance of FormatException with the specified detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatException

public FormatException()
Creates a new instance of FormatException without detail message.


FormatException

public FormatException(java.lang.String msg)
Constructs an instance of FormatException with the specified detail message.

Parameters:
msg - the detail message.