swarm.defobj
Class ErrorCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.defobj.ErrorCImpl

public class ErrorCImpl
extends PhaseCImpl
implements WarningS, WarningC, ErrorS, ErrorC

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ErrorCImpl()
           
ErrorCImpl(Error nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.SymbolC
create$setName
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCImpl

public ErrorCImpl(Error nextPhase)

ErrorCImpl

public ErrorCImpl()