net.sourceforge.cilib.algorithm
Class InitialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.cilib.algorithm.InitialisationException
All Implemented Interfaces:
Serializable

public class InitialisationException
extends RuntimeException

This exception is thrown whenever an algorithm is run without being properly initialised.

Author:
Edwin Peer
See Also:
Serialized Form

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

InitialisationException

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


InitialisationException

public InitialisationException(String msg)
Constructs an instance of InitialisationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2009 CIRG. All Rights Reserved.