com.threerings.jpkg.ant.dpkg.info
Class UnknownArchitectureViolation

java.lang.Object
  extended by com.threerings.antidote.Violation
      extended by com.threerings.jpkg.ant.dpkg.info.UnknownArchitectureViolation

public class UnknownArchitectureViolation
extends Violation

A Violation for the Arch Field when the user supplied data is not a know architecture.

See Also:
PackageArchitecture

Constructor Summary
UnknownArchitectureViolation(Arch archField, String userData)
           
 
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

UnknownArchitectureViolation

public UnknownArchitectureViolation(Arch archField,
                                    String userData)


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