swarm.defobj
Class ErrorImpl

java.lang.Object
  |
  +--swarm.defobj.ErrorImpl

public class ErrorImpl
extends Object
implements WarningS, Warning, ErrorS, Error

A condition which prevents further execution.. A condition which prevents further execution.


Constructor Summary
ErrorImpl()
           
ErrorImpl(Zone aZone)
          Default constructor for Impl class
ErrorImpl(Zone aZone, String name)
          create:setName: is a combination message defined as a caller convenience.
 
Methods implemented by this class for interface swarm.defobj.Warning
getMessageString, setMessageString
 
Methods implemented by this class for interface swarm.defobj.EventType
raiseEvent
 
Methods implemented by this class for interface swarm.defobj.GetName
getName
 
Methods implemented by this class for 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorImpl

public ErrorImpl()

ErrorImpl

public ErrorImpl(Zone aZone,
                 String name)
create:setName: is a combination message defined as a caller convenience. See combination messages for a summary of conventions on combination messages.

ErrorImpl

public ErrorImpl(Zone aZone)
Default constructor for Impl class