com.threerings.antidote.field
Class OnlyOneFieldViolation

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

public class OnlyOneFieldViolation
extends Violation

A Violation for parent fields which cannot contain more than one of a given child Field.


Constructor Summary
OnlyOneFieldViolation(FieldWrapper<? extends Field> wrapped)
           
 
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

OnlyOneFieldViolation

public OnlyOneFieldViolation(FieldWrapper<? extends Field> wrapped)


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