public class GeneticAlgorithmException extends Exception
| Constructor and Description |
|---|
GeneticAlgorithmException()
Construct a message exception.
|
GeneticAlgorithmException(String msg)
Construct a message exception.
|
GeneticAlgorithmException(String msg,
Throwable t)
Construct a message exception.
|
GeneticAlgorithmException(Throwable t)
Construct an exception that holds another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneticAlgorithmException()
public GeneticAlgorithmException(String msg)
msg - The exception message.public GeneticAlgorithmException(String msg, Throwable t)
msg - The exception message.t - The other exception.public GeneticAlgorithmException(Throwable t)
t - The other exception.Copyright © 2008–2015 Delhezi. All rights reserved.