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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java 23 int BADVALUE = 5;
XMPUtils.java 266 throw new XMPException("Empty convert-string", XMPError.BADVALUE);
317 throw new XMPException("Empty convert-string", XMPError.BADVALUE);
330 throw new XMPException("Invalid integer string", XMPError.BADVALUE);
364 throw new XMPException("Empty convert-string", XMPError.BADVALUE);
377 throw new XMPException("Invalid long string", XMPError.BADVALUE);
411 throw new XMPException("Empty convert-string", XMPError.BADVALUE);
420 throw new XMPException("Invalid double string", XMPError.BADVALUE);
452 throw new XMPException("Empty convert-string", XMPError.BADVALUE);
503 throw new XMPException("Invalid base64 string", XMPError.BADVALUE, e);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 111 throw new XMPException("Invalid date string, after year", XMPError.BADVALUE);
130 throw new XMPException("Invalid date string, after month", XMPError.BADVALUE);
144 throw new XMPException("Invalid date string, after day", XMPError.BADVALUE);
166 XMPError.BADVALUE);
174 throw new XMPException("Invalid date string, after hour", XMPError.BADVALUE);
187 throw new XMPException("Invalid date string, after minute", XMPError.BADVALUE);
199 XMPError.BADVALUE);
210 XMPError.BADVALUE);
245 XMPError.BADVALUE);
254 XMPError.BADVALUE);
    [all...]

Completed in 446 milliseconds