OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BADSCHEMA
(Results
1 - 5
of
5
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java
27
int
BADSCHEMA
= 101;
XMPPathFactory.java
244
throw new XMPException("Empty qualifier namespace URI", XMPError.
BADSCHEMA
);
273
throw new XMPException("Empty field namespace URI", XMPError.
BADSCHEMA
);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java
358
throw new XMPException("Alias namespace is not registered", XMPError.
BADSCHEMA
);
363
XMPError.
BADSCHEMA
);
XMPIteratorImpl.java
98
throw new XMPException("Schema namespace URI is required", XMPError.
BADSCHEMA
);
XMPNodeUtils.java
121
XMPError.
BADSCHEMA
);
Completed in 256 milliseconds