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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParameterAsserts.java 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);
150 XMPError.BADPARAM);
    [all...]
XMPUtilsImpl.java 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);
423 XMPError.BADPARAM);
844 XMPError.BADPARAM);
851 XMPError.BADPARAM);
856 throw new XMPException("Separator must have one semicolon", XMPError.BADPARAM);
879 throw new XMPException("Invalid quoting character", XMPError.BADPARAM);
892 throw new XMPException("Invalid quoting character", XMPError.BADPARAM);
898 throw new XMPException("Mismatched quote pair", XMPError.BADPARAM);
    [all...]
XMPSchemaRegistryImpl.java 371 throw new XMPException("Alias is already existing", XMPError.BADPARAM);
377 XMPError.BADPARAM);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java 21 int BADPARAM = 4;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 88 throw new XMPException("Parameter must not be null", XMPError.BADPARAM);

Completed in 267 milliseconds