com.threerings.antidote.field
Class UnsetDependentPropertyViolation

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

public class UnsetDependentPropertyViolation
extends Violation

A Violation describing a property which must be set if any of a list of properties are set.


Constructor Summary
UnsetDependentPropertyViolation(Property<?> property, String dependents)
           
 
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

UnsetDependentPropertyViolation

public UnsetDependentPropertyViolation(Property<?> property,
                                       String dependents)


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