fi.helsinki.dacopan.scenario
Class InvalidScenarioFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fi.helsinki.dacopan.scenario.InvalidScenarioFileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidScenarioFileException
extends java.lang.Exception

Indicates that the file passed to ScenarioFile.ScenarioFile(java.io.File) was not a valid scenario file.

Version:
$Id: InvalidScenarioFileException.java,v 1.2 2004/05/22 21:23:12 jaarnial Exp $
See Also:
Serialized Form

Constructor Summary
InvalidScenarioFileException(java.lang.String message)
           
InvalidScenarioFileException(java.lang.String message, java.lang.Throwable cause)
           
 
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

InvalidScenarioFileException

public InvalidScenarioFileException(java.lang.String message)

InvalidScenarioFileException

public InvalidScenarioFileException(java.lang.String message,
                                    java.lang.Throwable cause)


© Dacopan2 team, 2005-