com.threerings.antidote.field.text
Class UnsetTextFieldViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.antidote.field.text.UnsetTextFieldViolation

public class UnsetTextFieldViolation
extends Violation

A Violation for TextField fields which have not been assigned.


Constructor Summary
UnsetTextFieldViolation(TextField field)
           
 
Method Summary
 
Methods inherited from class com.threerings.antidote.Violation
getLocation, getReason, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsetTextFieldViolation

public UnsetTextFieldViolation(TextField field)


Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.