Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParameterAsserts.java13 import com.adobe.xmp.XMPError;
41 throw new XMPException("Empty array name", XMPError.BADPARAM); in assertArrayName()
55 throw new XMPException("Empty property name", XMPError.BADPARAM); in assertPropName()
69 throw new XMPException("Empty schema namespace URI", XMPError.BADPARAM); in assertSchemaNS()
83 throw new XMPException("Empty prefix", XMPError.BADPARAM); in assertPrefix()
97 throw new XMPException("Empty specific language", XMPError.BADPARAM); in assertSpecificLang()
111 throw new XMPException("Empty array name", XMPError.BADPARAM); in assertStructName()
125 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); in assertNotNull()
129 throw new XMPException("Parameter must not be null or empty", XMPError.BADPARAM); in assertNotNull()
145 XMPError.BADPARAM); in assertImplementation()
[all …]
DISO8601Converter.java18 import com.adobe.xmp.XMPError;
111 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()
[all …]
DXMPMetaParser.java32 import com.adobe.xmp.XMPError;
168 XMPError.BADSTREAM, e); in parseXmlFromInputStream()
193 if (e.getErrorCode() == XMPError.BADXML || in parseXmlFromBytebuffer()
194 e.getErrorCode() == XMPError.BADSTREAM) in parseXmlFromBytebuffer()
215 XMPError.INTERNALFAILURE, e); in parseXmlFromBytebuffer()
248 if (e.getErrorCode() == XMPError.BADXML && options.getFixControlChars()) in parseXmlFromString()
277 throw new XMPException("XML parsing failure", XMPError.BADXML, e); in parseInputSource()
282 XMPError.UNKNOWN, e); in parseInputSource()
286 throw new XMPException("Error reading the XML-file", XMPError.BADSTREAM, e); in parseInputSource()
DXMPNodeUtils.java18 import com.adobe.xmp.XMPError;
121 XMPError.BADSCHEMA); in findSchemaNode()
155 XMPError.BADXPATH); in findChildNode()
160 XMPError.BADXPATH); in findChildNode()
203 throw new XMPException("Empty XMPPath", XMPError.BADXPATH); in findNode()
375 XMPError.BADOPTIONS); in verifySetOptions()
479 throw new XMPException("Indexing applied to non-array", XMPError.BADXPATH); in followXPathStep()
508 XMPError.INTERNALFAILURE); in followXPathStep()
573 XMPError.BADXPATH); in findIndexedItem()
578 throw new XMPException("Array index not digits.", XMPError.BADXPATH); in findIndexedItem()
[all …]
DXMPUtilsImpl.java17 import com.adobe.xmp.XMPError;
112 throw new XMPException("Named property must be non-alternate array", XMPError.BADPARAM); in catenateArrayItems()
131 throw new XMPException("Array items must be simple", XMPError.BADPARAM); in catenateArrayItems()
177 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); in separateArrayItems()
349 throw new XMPException("Options can only provide array form", XMPError.BADOPTIONS); in separateFindCreateArray()
364 XMPError.BADXPATH); in separateFindCreateArray()
369 XMPError.BADXPATH); // *** Right error? in separateFindCreateArray()
380 throw new XMPException("Failed to create named array", XMPError.BADXPATH); in separateFindCreateArray()
423 XMPError.BADPARAM); in removeProperties()
844 XMPError.BADPARAM); in checkSeparator()
[all …]
DXMPMetaImpl.java17 import com.adobe.xmp.XMPError;
101 XMPError.BADOPTIONS); in appendArrayItem()
123 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()
145 XMPError.BADOPTIONS); 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);
612 XMPError.INTERNALFAILURE);
[all …]
DXMPSchemaRegistryImpl.java22 import com.adobe.xmp.XMPError;
89 throw new XMPException("The prefix is a bad XML name", XMPError.BADXML); in registerNamespace()
350 XMPError.BADXPATH); in registerAlias()
358 throw new XMPException("Alias namespace is not registered", XMPError.BADSCHEMA); in registerAlias()
363 XMPError.BADSCHEMA); in registerAlias()
371 throw new XMPException("Alias is already existing", XMPError.BADPARAM); in registerAlias()
377 XMPError.BADPARAM); in registerAlias()
DXMPSerializerRDF.java21 import com.adobe.xmp.XMPError;
127 throw new XMPException("Error writing to the OutputStream", XMPError.UNKNOWN); in serialize()
147 XMPError.BADSERIALIZE); in addPadding()
191 XMPError.BADOPTIONS); in checkOptionsConsistence()
196 XMPError.BADOPTIONS); in checkOptionsConsistence()
204 XMPError.BADOPTIONS); in checkOptionsConsistence()
213 XMPError.BADOPTIONS); in checkOptionsConsistence()
685 XMPError.BADRDF); in serializeCompactRDFStructProp()
1009 XMPError.BADRDF); in serializePrettyRDFProperty()
1104 XMPError.BADRDF); in serializePrettyRDFProperty()
DXMPNormalizer.java19 import com.adobe.xmp.XMPError;
114 XMPError.INTERNALFAILURE); in tweakOldXMP()
425 XMPError.BADXMP); in transplantArrayItemAlias()
527 throw new XMPException("Mismatch between alias and base nodes", XMPError.BADXMP); in compareAliasedSubtrees()
538 XMPError.BADXMP); in compareAliasedSubtrees()
DXMPNode.java20 import com.adobe.xmp.XMPError;
903 XMPError.BADXMP);
918 throw new XMPException("Duplicate '" + qualifierName + "' qualifier", XMPError.BADXMP);
DXMPIteratorImpl.java16 import com.adobe.xmp.XMPError;
98 throw new XMPException("Schema namespace URI is required", XMPError.BADSCHEMA); in XMPIteratorImpl()
DParseRDF.java21 import com.adobe.xmp.XMPError;
33 public class ParseRDF implements XMPError, XMPConst
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
DXMPPathParser.java12 import com.adobe.xmp.XMPError;
88 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); in expandXPath()
130 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()
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPPathFactory.java95 throw new XMPException("Array index must be larger than zero", XMPError.BADINDEX); in composeArrayItemPath()
123 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()
244 throw new XMPException("Empty qualifier namespace URI", XMPError.BADSCHEMA); in assertQualNS()
259 throw new XMPException("Empty qualifier name", XMPError.BADXPATH); in assertQualName()
273 throw new XMPException("Empty field namespace URI", XMPError.BADSCHEMA); in assertFieldNS()
288 throw new XMPException("Empty f name", XMPError.BADXPATH); in assertFieldName()
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.java16 public interface XMPError interface
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java12 import com.adobe.xmp.XMPError;
421 XMPError.BADOPTIONS); in assertConsistency()
426 XMPError.BADOPTIONS); in assertConsistency()
DOptions.java15 import com.adobe.xmp.XMPError;
244 + " are invalid!", XMPError.BADOPTIONS); in assertOptionsValid()