Welcome to the NetCologne GmbH open source mirroring service!
This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
Swarm 2.2 Reference Guide: Interface Warning
swarm.defobj
Interface Warning
- All Known Subinterfaces:
- Error
- All Known Implementing Classes:
- WarningImpl, ErrorImpl
- public interface Warning
- extends EventType, EventTypeS
A condition of possible concern to a program developer..
A condition of possible concern to a program developer.
Method Summary |
java.lang.String |
getMessageString()
Return the message associated with this warning. |
void |
setMessageString(java.lang.String messageString)
Associate a message string with this warning. |
Methods inherited from interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
setMessageString
public void setMessageString(java.lang.String messageString)
- Associate a message string with this warning.
getMessageString
public java.lang.String getMessageString()
- Return the message associated with this warning.