Home
last modified time | relevance | path

Searched refs:BADPARAM (Results 1 – 5 of 5) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParameterAsserts.java41 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()
150 XMPError.BADPARAM); in assertImplementation()
DXMPUtilsImpl.java112 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()
423 XMPError.BADPARAM); in removeProperties()
844 XMPError.BADPARAM); in checkSeparator()
851 XMPError.BADPARAM); in checkSeparator()
856 throw new XMPException("Separator must have one semicolon", XMPError.BADPARAM); in checkSeparator()
879 throw new XMPException("Invalid quoting character", XMPError.BADPARAM); in checkQuotes()
892 throw new XMPException("Invalid quoting character", XMPError.BADPARAM); in checkQuotes()
898 throw new XMPException("Mismatched quote pair", XMPError.BADPARAM); in checkQuotes()
DXMPSchemaRegistryImpl.java371 throw new XMPException("Alias is already existing", XMPError.BADPARAM); in registerAlias()
377 XMPError.BADPARAM); in registerAlias()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPError.java21 int BADPARAM = 4; field
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
DXMPPathParser.java88 throw new XMPException("Parameter must not be null", XMPError.BADPARAM); in expandXPath()