Class of system errors

Constructors

Accessors

  • get CANNOT_COMPLETE_BOOLEAN_OPERATION(): Error
  • Returns Error

  • get CANNOT_INVOKE_ABSTRACT_METHOD(): Error
  • Returns Error

  • get ILLEGAL_PARAMETERS(): ReferenceError
  • Throw error ILLEGAL_PARAMETERS when cannot instantiate from given parameter

    Returns ReferenceError

  • get INFINITE_LOOP(): Error
  • Error to throw from LinkedList:testInfiniteLoop static method in case when circular loop detected in linked list

    Returns Error

  • get OPERATION_IS_NOT_SUPPORTED(): Error
  • Returns Error

  • get UNRESOLVED_BOUNDARY_CONFLICT(): Error
  • Error to throw from BooleanOperations module in case when fixBoundaryConflicts not capable to fix it

    Returns Error

  • get ZERO_DIVISION(): Error
  • Throw error ZERO_DIVISION to catch situation of zero division

    Returns Error