Package Exceptions
Class AlgorithmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Exceptions.AlgorithmException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotEnoughMaskableGenotypesException
public class AlgorithmException extends java.lang.Exception
Exception for when there is a problem with one of the algorithms- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgorithmException()
Default constructorAlgorithmException(java.lang.String msg)
Constructor that takes a message
-