com.threerings.antidote.property
Class InvalidEnumViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.antidote.property.InvalidEnumViolation

public class InvalidEnumViolation
extends Violation

A Violation reporting that a user supplied property does not correspond to an expected enum field.


Constructor Summary
InvalidEnumViolation(EnumProperty<?> property, String values)
           
 
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

InvalidEnumViolation

public InvalidEnumViolation(EnumProperty<?> property,
                            String values)


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