Метод | Описание | |
---|---|---|
GeneticError ( |
Construct an exception that holds another exception.
|
|
GeneticError ( String msg ) : System |
Construct a message exception.
|
|
GeneticError ( String msg, |
Construct an exception that holds another exception.
|
public GeneticError ( |
||
t | The other exception. | |
Результат | System |
public GeneticError ( String msg ) : System | ||
msg | String | The exception message. |
Результат | System |
public GeneticError ( String msg, |
||
msg | String | A message. |
t | The other exception. | |
Результат | System |