Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
DXMPPathParser.java130 XMPError.BADXPATH); in expandXPath()
149 XMPError.BADXPATH); in expandXPath()
183 throw new XMPException("Empty XMPPath segment", XMPError.BADXPATH); in skipPathDelimiter()
194 throw new XMPException("Missing '[' after '*'", XMPError.BADXPATH); in skipPathDelimiter()
217 throw new XMPException("Empty XMPPath segment", XMPError.BADXPATH); in parseStructSegment()
263 throw new XMPException("Missing ']' or '=' for array index", XMPError.BADXPATH); in parseIndexSegment()
271 "Invalid non-numeric array index", XMPError.BADXPATH); in parseIndexSegment()
284 "Invalid quote in array selector", XMPError.BADXPATH); in parseIndexSegment()
306 XMPError.BADXPATH); in parseIndexSegment()
318 throw new XMPException("Missing ']' for array index", XMPError.BADXPATH); in parseIndexSegment()
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPPathFactory.java123 throw new XMPException("The field name must be simple", XMPError.BADXPATH); in composeStructFieldPath()
152 throw new XMPException("The qualifier name must be simple", XMPError.BADXPATH); in composeQualifierPath()
227 throw new XMPException("The fieldName name must be simple", XMPError.BADXPATH); in composeFieldSelector()
259 throw new XMPException("Empty qualifier name", XMPError.BADXPATH); in assertQualName()
288 throw new XMPException("Empty f name", XMPError.BADXPATH); in assertFieldName()
DXMPError.java29 int BADXPATH = 102; field
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java155 XMPError.BADXPATH); in findChildNode()
160 XMPError.BADXPATH); in findChildNode()
203 throw new XMPException("Empty XMPPath", XMPError.BADXPATH); in findNode()
479 throw new XMPException("Indexing applied to non-array", XMPError.BADXPATH); in followXPathStep()
573 XMPError.BADXPATH); in findIndexedItem()
578 throw new XMPException("Array index not digits.", XMPError.BADXPATH); in findIndexedItem()
616 XMPError.BADXPATH); in lookupFieldSelector()
821 throw new XMPException("Localized text array is not alt-text", XMPError.BADXPATH); in chooseLocalizedText()
840 throw new XMPException("Alt-text array item is not simple", XMPError.BADXPATH); in chooseLocalizedText()
846 XMPError.BADXPATH); in chooseLocalizedText()
[all …]
DXMPMetaImpl.java123 throw new XMPException("The named property is not an array", XMPError.BADXPATH); in appendArrayItem()
138 throw new XMPException("Failure creating array node", XMPError.BADXPATH); in appendArrayItem()
186 throw new XMPException("The named property is not an array", XMPError.BADXPATH); in countArrayItems()
462 throw new XMPException("Failed to find or create array node", XMPError.BADXPATH);
473 "Specified property is no alt-text array", XMPError.BADXPATH);
487 throw new XMPException("Language qualifier must be first", XMPError.BADXPATH);
676 XMPError.BADXPATH);
743 XMPError.BADXPATH);
1050 throw new XMPException("Specified array does not exist", XMPError.BADXPATH);
1086 throw new XMPException("Specified array does not exist", XMPError.BADXPATH);
[all …]
DXMPUtilsImpl.java364 XMPError.BADXPATH); in separateFindCreateArray()
369 XMPError.BADXPATH); // *** Right error? in separateFindCreateArray()
380 throw new XMPException("Failed to create named array", XMPError.BADXPATH); in separateFindCreateArray()
DXMPSchemaRegistryImpl.java350 XMPError.BADXPATH); in registerAlias()