mccombe.terrain
Class MissingDataFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mccombe.terrain.MissingDataFileException
All Implemented Interfaces:
java.io.Serializable

public class MissingDataFileException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MissingDataFileException()
          Creates a new instance of MissingDataFileException without detail message.
MissingDataFileException(java.lang.String msg)
          Constructs an instance of MissingDataFileException 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

MissingDataFileException

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


MissingDataFileException

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

Parameters:
msg - the detail message.