Warning
Name
Warning -- A condition of possible concern to a program developer.
Description
A condition of possible concern to a program developer.
Methods
Phase: Using
- (const char *)
getMessageString Return the message associated with this warning.
- (void)
setMessageString: (const char *)
messageString Associate a message string with this warning.
Macros
defwarning(name, message)
macro used to create and initialize an Error symbol
Globals
- id <Warning> WarningMessage
message in the source defines warning
- id <Warning> ResourceAvailability
resource from runtime environment not available
- id <Warning> LibraryUsage
invalid usage of library interface
- id <Warning> DefaultAssumed
non-silent use of default
- id <Warning> ObsoleteFeature
using feature which could be removed in future
- id <Warning> ObsoleteMessage
using message which could be removed in future
- id <Warning> SaveWarning
non-fatal problem saving a resource