com.threerings.antidote.field
Class UnsetDependentFieldViolation

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

public class UnsetDependentFieldViolation
extends Violation

A Violation describing a field which must be set if any of a list of fields are set.


Constructor Summary
UnsetDependentFieldViolation(FieldWrapper<?> field, String dependentFields)
           
 
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

UnsetDependentFieldViolation

public UnsetDependentFieldViolation(FieldWrapper<?> field,
                                    String dependentFields)


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