Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java266 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToBoolean()
317 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToInteger()
330 throw new XMPException("Invalid integer string", XMPError.BADVALUE); in convertToInteger()
364 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToLong()
377 throw new XMPException("Invalid long string", XMPError.BADVALUE); in convertToLong()
411 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToDouble()
420 throw new XMPException("Invalid double string", XMPError.BADVALUE); in convertToDouble()
452 throw new XMPException("Empty convert-string", XMPError.BADVALUE); in convertToDate()
503 throw new XMPException("Invalid base64 string", XMPError.BADVALUE, e); in decodeBase64()
DXMPError.java23 int BADVALUE = 5; field
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DISO8601Converter.java111 throw new XMPException("Invalid date string, after year", XMPError.BADVALUE); in parse()
130 throw new XMPException("Invalid date string, after month", XMPError.BADVALUE); in parse()
144 throw new XMPException("Invalid date string, after day", XMPError.BADVALUE); in parse()
166 XMPError.BADVALUE); in parse()
174 throw new XMPException("Invalid date string, after hour", XMPError.BADVALUE); in parse()
187 throw new XMPException("Invalid date string, after minute", XMPError.BADVALUE); in parse()
199 XMPError.BADVALUE); in parse()
210 XMPError.BADVALUE); in parse()
245 XMPError.BADVALUE); in parse()
254 XMPError.BADVALUE); in parse()
[all …]