Const
Readonly
CANNOT_INVOKE_ABSTRACT_METHOD: ErrorReadonly
ILLEGAL_PARAMETERS: ReferenceErrorThrow error ILLEGAL_PARAMETERS when cannot instantiate from given parameter
Readonly
INFINITE_LOOP: ErrorError to throw from LinkedList:testInfiniteLoop static method in case when circular loop detected in linked list
Readonly
NOT_IMPLEMENTED: ErrorReadonly
OPERATION_IS_NOT_SUPPORTED: ErrorReadonly
UNRESOLVED_BOUNDARY_CONFLICT: ErrorError to throw from BooleanOperations module in case when fixBoundaryConflicts not capable to fix it
Readonly
ZERO_DIVISION: ErrorThrow error ZERO_DIVISION to catch situation of zero division
Collection of standard error types used throughout the AutoCAD Common library.
Each error getter returns a new instance of the error to prevent shared state issues. Use these predefined errors for consistent error handling and messaging.