/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ParameterAsserts.java | 13 import com.adobe.xmp.XMPError; 41 throw new XMPException("Empty array name", XMPError.BADPARAM); 55 throw new XMPException("Empty property name", XMPError.BADPARAM); 69 throw new XMPException("Empty schema namespace URI", XMPError.BADPARAM); 83 throw new XMPException("Empty prefix", XMPError.BADPARAM); 97 throw new XMPException("Empty specific language", XMPError.BADPARAM); 111 throw new XMPException("Empty array name", XMPError.BADPARAM); 125 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); 129 throw new XMPException("Parameter must not be null or empty", XMPError.BADPARAM); 145 XMPError.BADPARAM) [all...] |
ISO8601Converter.java | 18 import com.adobe.xmp.XMPError; 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) [all...] |
XMPMetaParser.java | 32 import com.adobe.xmp.XMPError; 168 XMPError.BADSTREAM, e); 193 if (e.getErrorCode() == XMPError.BADXML || 194 e.getErrorCode() == XMPError.BADSTREAM) 215 XMPError.INTERNALFAILURE, e); 248 if (e.getErrorCode() == XMPError.BADXML && options.getFixControlChars()) 277 throw new XMPException("XML parsing failure", XMPError.BADXML, e); 282 XMPError.UNKNOWN, e); 286 throw new XMPException("Error reading the XML-file", XMPError.BADSTREAM, e);
|
XMPNodeUtils.java | 18 import com.adobe.xmp.XMPError; 121 XMPError.BADSCHEMA); 155 XMPError.BADXPATH); 160 XMPError.BADXPATH); 203 throw new XMPException("Empty XMPPath", XMPError.BADXPATH); 375 XMPError.BADOPTIONS); 479 throw new XMPException("Indexing applied to non-array", XMPError.BADXPATH); 508 XMPError.INTERNALFAILURE); 573 XMPError.BADXPATH); 578 throw new XMPException("Array index not digits.", XMPError.BADXPATH) [all...] |
XMPUtilsImpl.java | 17 import com.adobe.xmp.XMPError; 112 throw new XMPException("Named property must be non-alternate array", XMPError.BADPARAM); 131 throw new XMPException("Array items must be simple", XMPError.BADPARAM); 177 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); 349 throw new XMPException("Options can only provide array form", XMPError.BADOPTIONS); 364 XMPError.BADXPATH); 369 XMPError.BADXPATH); // *** Right error? 380 throw new XMPException("Failed to create named array", XMPError.BADXPATH); 423 XMPError.BADPARAM); 844 XMPError.BADPARAM) [all...] |
XMPSchemaRegistryImpl.java | 22 import com.adobe.xmp.XMPError; 89 throw new XMPException("The prefix is a bad XML name", XMPError.BADXML); 350 XMPError.BADXPATH); 358 throw new XMPException("Alias namespace is not registered", XMPError.BADSCHEMA); 363 XMPError.BADSCHEMA); 371 throw new XMPException("Alias is already existing", XMPError.BADPARAM); 377 XMPError.BADPARAM);
|
XMPMetaImpl.java | 17 import com.adobe.xmp.XMPError; 101 XMPError.BADOPTIONS); 123 throw new XMPException("The named property is not an array", XMPError.BADXPATH); 138 throw new XMPException("Failure creating array node", XMPError.BADXPATH); 145 XMPError.BADOPTIONS); 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); 612 XMPError.INTERNALFAILURE) [all...] |
XMPSerializerRDF.java | 21 import com.adobe.xmp.XMPError; 127 throw new XMPException("Error writing to the OutputStream", XMPError.UNKNOWN); 147 XMPError.BADSERIALIZE); 191 XMPError.BADOPTIONS); 196 XMPError.BADOPTIONS); 204 XMPError.BADOPTIONS); 213 XMPError.BADOPTIONS); 685 XMPError.BADRDF); 1009 XMPError.BADRDF); 1104 XMPError.BADRDF) [all...] |
XMPNormalizer.java | 19 import com.adobe.xmp.XMPError; 114 XMPError.INTERNALFAILURE); 425 XMPError.BADXMP); 527 throw new XMPException("Mismatch between alias and base nodes", XMPError.BADXMP); 538 XMPError.BADXMP);
|
XMPIteratorImpl.java | 16 import com.adobe.xmp.XMPError; 98 throw new XMPException("Schema namespace URI is required", XMPError.BADSCHEMA);
|
XMPNode.java | 20 import com.adobe.xmp.XMPError; 903 XMPError.BADXMP); 918 throw new XMPException("Duplicate '" + qualifierName + "' qualifier", XMPError.BADXMP);
|
ParseRDF.java | 21 import com.adobe.xmp.XMPError; 33 public class ParseRDF implements XMPError, XMPConst [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPError.java | 16 public interface XMPError
|
XMPPathFactory.java | 95 throw new XMPException("Array index must be larger than zero", XMPError.BADINDEX); 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); 244 throw new XMPException("Empty qualifier namespace URI", XMPError.BADSCHEMA); 259 throw new XMPException("Empty qualifier name", XMPError.BADXPATH); 273 throw new XMPException("Empty field namespace URI", XMPError.BADSCHEMA); 288 throw new XMPException("Empty f name", XMPError.BADXPATH);
|
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/xpath/ |
XMPPathParser.java | 12 import com.adobe.xmp.XMPError; 88 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); 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) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
PropertyOptions.java | 12 import com.adobe.xmp.XMPError; 421 XMPError.BADOPTIONS); 426 XMPError.BADOPTIONS);
|
Options.java | 15 import com.adobe.xmp.XMPError; 244 + " are invalid!", XMPError.BADOPTIONS);
|