Uses of Class
com.iizix.prop.GError
Packages that use GError
Uses of GError in com.iizix.prop
Methods in com.iizix.prop that return GErrorModifier and TypeMethodDescriptionErrorsProp.getError
(int index) Gets an error from a specific index in the array.ErrorsProp.removeError
(int index) Removes an error in the at a specific index.Methods in com.iizix.prop that return types with arguments of type GErrorModifier and TypeMethodDescriptionErrorsProp.getArrayList()
Gets the synchronized List<GError> of all errors.Methods in com.iizix.prop with parameters of type GErrorModifier and TypeMethodDescriptionvoid
Adds a error to the array.void
Adds all errors from an array.int
Used for sorting errors.boolean
Checks if an error already exists.boolean
ErrorsProp.removeError
(GError error) Removes a particular error.Method parameters in com.iizix.prop with type arguments of type GErrorModifier and TypeMethodDescriptionvoid
Adds all errors from a list.Constructor parameters in com.iizix.prop with type arguments of type GErrorModifierConstructorDescriptionErrorsProp
(Atom propertyAtom, List<GError> newValue) Creates an error array property with the specified name with an empty synchronized ArrayList<GError> array initialized with the specified errors.