com.threerings.antidote.property
Class InvalidURLViolation

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

public class InvalidURLViolation
extends Violation

A Violation reporting that a user supplied property is not a valid URL.


Constructor Summary
InvalidURLViolation(URLProperty property, MalformedURLException mue)
           
 
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

InvalidURLViolation

public InvalidURLViolation(URLProperty property,
                           MalformedURLException mue)


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