org.millscript.commons.alert
Class Phase

java.lang.Object
  extended by org.millscript.commons.alert.Culprit
      extended by org.millscript.commons.alert.Phase

public class Phase
extends Culprit

This class represents the phase during which an alert occurs.


Field Summary
static Phase INTERNAL
          For problems during internal error checking.
 
Constructor Summary
Phase(java.lang.String p)
          Constructs a new phase, with the specified phase name.
 
Method Summary
 
Methods inherited from class org.millscript.commons.alert.Culprit
getType, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERNAL

public static final Phase INTERNAL
For problems during internal error checking.

Constructor Detail

Phase

public Phase(java.lang.String p)
Constructs a new phase, with the specified phase name.

Parameters:
p - the name of the new phase


Copyright © 2005-2007 Open World Ltd. All Rights Reserved.