Method | Description | |
---|---|---|
GeneticError ( |
Pass on an exception.
|
|
GeneticError ( String str ) : System |
Construct a message exception.
|
|
GeneticError ( String msg, |
Pass on an exception.
|
public GeneticError ( |
||
e | The other exception. | |
return | System |
public GeneticError ( String str ) : System | ||
str | String | The message. |
return | System |
public GeneticError ( String msg, |
||
msg | String | The message. |
e | The exception. | |
return | System |