com.threerings.antidote.field
Class UnsetFieldViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.antidote.field.UnsetFieldViolation

public class UnsetFieldViolation
extends Violation

A Violation describing a parent field which did not have a child field added.


Constructor Summary
UnsetFieldViolation(FieldWrapper<?> 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

UnsetFieldViolation

public UnsetFieldViolation(FieldWrapper<?> field)


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