com.threerings.jpkg.ant.dpkg.permissions
Class InvalidModeViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.jpkg.ant.dpkg.permissions.InvalidModeViolation

public class InvalidModeViolation
extends Violation

A Violation describing an invalid mode property provided to a Permission field, specifically that it must be an octal integer.


Constructor Summary
InvalidModeViolation(Property<Integer> property, String userValue)
           
 
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

InvalidModeViolation

public InvalidModeViolation(Property<Integer> property,
                            String userValue)


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