pop.utilities
Class FileFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--pop.utilities.FileFormatException

public class FileFormatException
extends java.lang.RuntimeException

Exception to throw when a data file for the Demographic Forecasting system is incorrectly formatted for the current model (thrown by use of FileTools.bad_format()).

See Also:
Serialized Form

Constructor Summary
FileFormatException(java.lang.String msg)
          Constructs RuntimeException with specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileFormatException

public FileFormatException(java.lang.String msg)
Constructs RuntimeException with specified message.