Uses of Class
com.iizix.prop.GError.Source
Packages that use GError.Source Package Description com.iizix.prop Uses of GError.Source in com.iizix.prop
Fields in com.iizix.prop declared as GError.Source Modifier and Type Field Description GError.Source
GError. source
The error source.Methods in com.iizix.prop that return GError.Source Modifier and Type Method Description static GError.Source
GError.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GError.Source[]
GError.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.prop with parameters of type GError.Source Constructor Description GError(GError.Type type, GError.Source source, java.lang.String propertyName, java.lang.String propertyItem, java.lang.String description)
Creates a new error object without quick fixes.GError(GError.Type type, GError.Source source, java.lang.String propertyName, java.lang.String propertyItem, java.lang.String description, QuickFix[] quickFixes)
Creates a new error object.