ErrorCode

list of all ErrorCode

[more] eNoError
default cases
[more] eError
an error of unidentified type occured
[more] eNotYetImplemented
not yet implemented
[more] eCodeIsBogus
code is known to be bogus
[more] eVirtualNotImplemented
the virtual member has not been implemented, you use the default one
[more] eWrongConstructorCalled
the call to constructor has used wrong parameter(s)
[more] eDimensionNegative
dimensions is negative
[more] eDimensionIncompatible
dimensions are not compatible
[more] eNotEnoughMemory
not egough memory
[more] eMatrixIsNotPositiveDefinite
matrix is not positive definite
[more] eMatrixMustBeSquare
matrix is must be square
[more] eMemoryAllocationFailed
allocation of memory failed
[more] eMustBePositive
must be positive
[more] eOutOfRange
out of range
[more] eDivisionByZero
division by zero
[more] eIllegalOperation
illegal operation
[more] eMeaningLess
meaningless operation
[more] eOtherError
other error


Documentation

list of all ErrorCode
o eNoError
default cases

o eError
an error of unidentified type occured

o eNotYetImplemented
not yet implemented

o eCodeIsBogus
code is known to be bogus

o eVirtualNotImplemented
the virtual member has not been implemented, you use the default one

o eWrongConstructorCalled
the call to constructor has used wrong parameter(s)

o eDimensionNegative
dimensions is negative

o eDimensionIncompatible
dimensions are not compatible

o eNotEnoughMemory
not egough memory

o eMatrixIsNotPositiveDefinite
matrix is not positive definite

o eMatrixMustBeSquare
matrix is must be square

o eMemoryAllocationFailed
allocation of memory failed

o eMustBePositive
must be positive

o eOutOfRange
out of range

o eDivisionByZero
division by zero

o eIllegalOperation
illegal operation

o eMeaningLess
meaningless operation

o eOtherError
other error

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.