Uses of Class
com.cafesoft.core.field.FieldException

Packages that use FieldException
com.cafesoft.core.field Contains generic field definition, pattern, and validation classes. 
 

Uses of FieldException in com.cafesoft.core.field
 

Subclasses of FieldException in com.cafesoft.core.field
 class IllegalConstraintException
          IllegalConstraintException is used when an error occurs trying to set addition constraints on FieldInfo objects.
 class InvalidFieldValueException
          Exception thrown when invalid field values are used populate field objects.
 class InvalidPatternException
          InvalidPatternException is thrown when a FieldValuePattern object cannot be constructed because the given pattern is invalid.
 class UnknownFieldException
          Thrown if an field with a specific name does not exist.
 

Methods in com.cafesoft.core.field that throw FieldException
 FieldInfo PropertiesFieldInfoFactory.createInstance(Properties properties, String propertyPrefix, String fieldInfoName)
          Create a new FieldInfo instance.
 FieldType FieldTypes.getFieldType(String fieldTypeName)
          Get the FieldType that matches the given name.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.