I came accross a situation in which an MAValidationError was raised
having a tag = nil.
Exception returns messageText from #tag in this case which being a
string does not respond to #label.
MAValidationError-#label
^ self tag label ifNil: [ self tag asString ]
Keith