beagle.BeagleErrorCode(3) HMSBEAGLE beagle.BeagleErrorCode(3)
NAME
beagle.BeagleErrorCode -
SYNOPSIS
Public Member Functions
BeagleErrorCode (int errCode, String meaning)
int getErrCode ()
String getMeaning ()
Public Attributes
NO_ERROR = (0, 'no error')
GENERAL_ERROR = (-1, 'general error')
OUT_OF_MEMORY_ERROR = (-2, 'out of memory error')
UNIDENTIFIED_EXCEPTION_ERROR = (-3, 'unidentified exception error')
UNINITIALIZED_INSTANCE_ERROR = (-4, 'uninitialized instance error')
OUT_OF_RANGE_ERROR = (-5, 'One of the indices specified exceeded the range of the array')
NO_RESOURCE_ERROR = (-6, 'No resource matches requirements')
NO_IMPLEMENTATION_ERROR = (-7, 'No implementation matches requirements')
FLOATING_POINT_ERROR = (-8, 'Floating-point range exceeded')
Detailed Description
Author:
Andrew Rambaut
Alexei Drummond
Version:
$Id$
Author
Generated automatically by Doxygen for HMSBEAGLE from the source code.
Version 1.0.0 Fri May 25 2012 beagle.BeagleErrorCode(3)