|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||