Uses of Class
planetj.exception.ValidationException

Packages that use ValidationException
planetj.database.field   
planetj.database.report   
planetj.dataengine.action   
planetj.dataengine.display   
planetj.property   
 

Uses of ValidationException in planetj.database.field
 

Methods in planetj.database.field that throw ValidationException
 java.lang.Object TimestampField.createObject(java.lang.String value)
          Create an object for this Field type using the given String.
 java.lang.Object TimeField.createObject(java.lang.String strValue)
           
 java.lang.Object DateField.createObject(java.lang.String pStringValue)
          Create an object for this Field type using the given String.
 

Uses of ValidationException in planetj.database.report
 

Methods in planetj.database.report that throw ValidationException
protected  void ReportPropertyGroup.validate()
          Ensures that everything is okay with the property group
 

Uses of ValidationException in planetj.dataengine.action
 

Methods in planetj.dataengine.action that throw ValidationException
protected  void ActionDescriptor.validate()
           
 

Uses of ValidationException in planetj.dataengine.display
 

Methods in planetj.dataengine.display that throw ValidationException
protected  void TableDisplayPropertyGroup.validate()
           
protected  void OperationLabelsPropertyGroup.validate()
           
protected  void JoinProperties.validate()
           
 

Uses of ValidationException in planetj.property
 

Methods in planetj.property that throw ValidationException
protected  void PropertyGroup.validate()
          Validates this property group, throwing a validation exception if there is a problem.
protected  void PropertyGroup.validateMetadata()
          Verifies that the values of all metaproperties are valid.
protected  void PropertyGroup.validateMetadataBoolean(java.lang.String pName)
          Verifies that the values of the specified list property are boolean properties.