edu.ntnu.ecosim.exceptions
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ntnu.ecosim.exceptions.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends java.lang.Exception

Exception thrown if the simulator if the setup documet contains faulty information

See Also:
Serialized Form

Constructor Summary
InitializationException()
          The Constructor.
InitializationException(java.lang.String msg)
          The Constructor.
InitializationException(java.lang.String msg, java.lang.Exception e)
          The Constructor.
 
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

InitializationException

public InitializationException()
The Constructor.


InitializationException

public InitializationException(java.lang.String msg)
The Constructor.

Parameters:
msg - A message explaining the exception

InitializationException

public InitializationException(java.lang.String msg,
                               java.lang.Exception e)
The Constructor.

Parameters:
e - the original exception
msg - the message of the exception