Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
chặn > chuyển đổi tuần tự > ngoại lệ > BadConnectionCheck
lớp serialization.exceptions.BadConnectionCheck
Biểu thị một lỗi trong đó quá trình huỷ chuyển đổi tuần tự cố gắng kết nối 2 kết nối không tương thích.
Chữ ký:
export declare class BadConnectionCheck extends DeserializationError
Mở rộng: DeserializationError
Hàm khởi tạo cho lớp này được đánh dấu là nội bộ. Mã của bên thứ ba không được gọi trực tiếp hàm khởi tạo hoặc tạo các lớp con giúp mở rộng lớp BadConnectionCheck
.
Thuộc tính
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],["The `BadConnectionCheck` class, part of the serialization exceptions in Blockly, signals an incompatibility error during connection deserialization. It extends the `DeserializationError` class. It is internally constructed and should not be directly created or extended by external code. It contains two properties: `childBlock`, referring to a `Block`, and `childState`, referring to a `State`, likely providing context for the failed connection. These properties provide relevant information to debug issues during deserialization.\n"]]