Uses of Class
com.iizix.prop.GError
Uses of GError in com.iizix.prop
Modifier 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.Modifier and TypeMethodDescriptionErrorsProp.getArrayList()
Gets the synchronized List<GError> of all errors.Modifier 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.Modifier and TypeMethodDescriptionvoid
Adds all errors from a list.ModifierConstructorDescriptionErrorsProp
(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.