Uses of Class
org.eclipse.higgins.icard.InvalidValueException

Packages that use InvalidValueException
org.eclipse.higgins.icard   
 

Uses of InvalidValueException in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that throw InvalidValueException
 void ISimpleClaim.setValues(List newValues)
           
 Object ISimpleClaimType.fromString(String stringValue)
          Converts given lexicalForm to value form of claim of this type.
 String ISimpleClaimType.toString(Object value)
          Converts given value to string form of claim object of this type.