HomeSort by relevance Sort by last modified time
    Searched refs:BADXPATH (Results 1 - 7 of 7) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java 29 int BADXPATH = 102;
XMPPathFactory.java 123 throw new XMPException("The field name must be simple", XMPError.BADXPATH);
152 throw new XMPException("The qualifier name must be simple", XMPError.BADXPATH);
227 throw new XMPException("The fieldName name must be simple", XMPError.BADXPATH);
259 throw new XMPException("Empty qualifier name", XMPError.BADXPATH);
288 throw new XMPException("Empty f name", XMPError.BADXPATH);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 130 XMPError.BADXPATH);
149 XMPError.BADXPATH);
183 throw new XMPException("Empty XMPPath segment", XMPError.BADXPATH);
194 throw new XMPException("Missing '[' after '*'", XMPError.BADXPATH);
217 throw new XMPException("Empty XMPPath segment", XMPError.BADXPATH);
263 throw new XMPException("Missing ']' or '=' for array index", XMPError.BADXPATH);
271 "Invalid non-numeric array index", XMPError.BADXPATH);
284 "Invalid quote in array selector", XMPError.BADXPATH);
306 XMPError.BADXPATH);
318 throw new XMPException("Missing ']' for array index", XMPError.BADXPATH);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 155 XMPError.BADXPATH);
160 XMPError.BADXPATH);
203 throw new XMPException("Empty XMPPath", XMPError.BADXPATH);
479 throw new XMPException("Indexing applied to non-array", XMPError.BADXPATH);
573 XMPError.BADXPATH);
578 throw new XMPException("Array index not digits.", XMPError.BADXPATH);
616 XMPError.BADXPATH);
821 throw new XMPException("Localized text array is not alt-text", XMPError.BADXPATH);
840 throw new XMPException("Alt-text array item is not simple", XMPError.BADXPATH);
846 XMPError.BADXPATH);
    [all...]
XMPMetaImpl.java 123 throw new XMPException("The named property is not an array", XMPError.BADXPATH);
138 throw new XMPException("Failure creating array node", XMPError.BADXPATH);
186 throw new XMPException("The named property is not an array", XMPError.BADXPATH);
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...]
XMPUtilsImpl.java 364 XMPError.BADXPATH);
369 XMPError.BADXPATH); // *** Right error?
380 throw new XMPException("Failed to create named array", XMPError.BADXPATH);
    [all...]
XMPSchemaRegistryImpl.java 350 XMPError.BADXPATH);

Completed in 283 milliseconds