11 define(
'JAMALANG',
'EN');
24 define(
'PolymorphicArgumentException', -1);
29 define(
'ArgumentTypeException', -2);
34 define(
'ArgumentBoundsException', -3);
39 define(
'MatrixDimensionException', -4);
44 define(
'PrecisionLossException', -5);
49 define(
'MatrixSPDException', -6);
54 define(
'MatrixSingularException', -7);
57 define(
'MatrixRankException', -8);
60 define(
'ArrayLengthException', -9);
63 define(
'RowLengthException', -10);
73 if (isset($errorNumber)) {
74 if (isset($error[
JAMALANG][$errorNumber])) {
75 return $error[
JAMALANG][$errorNumber];
77 return $error[
'EN'][$errorNumber];
80 return (
"Invalid argument to JAMAError()");
const PrecisionLossException
const ArrayLengthException
const MatrixDimensionException
const PolymorphicArgumentException
const ArgumentBoundsException
const ArgumentTypeException
Create styles array
The data for the language used.
const MatrixRankException
JAMAError($errorNumber=null)
Custom error handler.
const MatrixSingularException