net.sourceforge.cilib.algorithm
Class InitialisationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.