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 TypeMethodDescriptionvoidAdds a error to the array.voidAdds all errors from an array.intUsed for sorting errors.booleanChecks if an error already exists.booleanErrorsProp.removeError(GError error) Removes a particular error.Method parameters in com.iizix.prop with type arguments of type GErrorModifier and TypeMethodDescriptionvoidAdds 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.