public class MatrixError extends EncogError
| Constructor and Description |
|---|
MatrixError(java.lang.String message)
Construct this exception with a message.
|
MatrixError(java.lang.Throwable t)
Construct this exception with another exception.
|
public MatrixError(java.lang.String message)
message - The message for this exception.public MatrixError(java.lang.Throwable t)
t - The other exception.