Home
last modified time | relevance | path

Searched refs:error (Results 1 – 1 of 1) sorted by relevance

/versionedparcelable/versionedparcelable-compiler/src/main/java/androidx/versionedparcelable/compiler/
DVersionedParcelProcessor.java131 error("Can't find class annotation"); in process()
135 error("Can't find field annotation, no fields?"); in process()
140 error(cls + " can only be applied to class."); in process()
147 error(field + " can only be applied to field."); in process()
152 error(cls + " must be added to classes containing " + field); in process()
161 error(nonField + " can only be applied to field."); in process()
166 error(cls + " must be added to classes containing " + nonField); in process()
171 error("No VersionedParcels found"); in process()
343 error("Exception writing " + e); in generateSerialization()
379 error("Can't find type for " + e + " (type: " + type + ")"); in getMethod()
[all …]