Smalltalk/X WebserverDocumentation of class 'UnhandledAttributeInLiteralArrayErrorSignal': | |
Class: UnhandledAttributeInLiteralArrayErrorSignalInheritance:Object | +--GenericException | +--Notification | +--UnhandledAttributeInLiteralArrayErrorSignal
Description:notifying when decoding a literal array spec, when a non-existing attribute is encountered. i.e. a spec-element of the form (Foo attribute: x), where atribute is unknown to the Foo class (at cannot decode that) (used to be an errorPrint in basicFromLiteralArrayEncoding). |spec1 spec2| UnhandledAttributeInLiteralArrayErrorSignal handle:[:ex | Transcript showCR:ex description ] do:[ spec1 := #(#UISpecification #activeHelpKey: #foo) decodeAsLiteralArray. spec2 := #(#UISpecification #blabla: #foo) decodeAsLiteralArray. ]. Transcript showCR:spec1. Transcript showCR:spec2. Class protocol:accessing
Instance protocol:accessing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Thu, 21 Nov 2024 18:54:29 GMT |