Home | History | Annotate | Download | only in xmp

Lines Matching refs:XMPException

59 	 * @throws XMPException Wraps all errors and exceptions that may occur.
61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException;
77 * @throws XMPException Wraps all errors and exceptions that may occur.
79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException;
90 * @throws XMPException Wraps all errors and exceptions that may occur.
92 int countArrayItems(String schemaNS, String arrayName) throws XMPException;
116 * @throws XMPException Wraps all errors and exceptions that may occur.
122 String fieldName) throws XMPException;
154 * @throws XMPException Wraps all errors and exceptions that may occur.
160 String qualName) throws XMPException;
194 * @throws XMPException Wraps all errors and exceptions that may occur.
200 PropertyOptions options) throws XMPException;
209 * @throws XMPException Wraps all errors and exceptions
214 Object propValue) throws XMPException;
233 * @throws XMPException Wraps all errors and exceptions that may occur.
240 PropertyOptions options) throws XMPException;
250 * @throws XMPException Wraps all errors and exceptions
256 String itemValue) throws XMPException;
274 * @throws XMPException Wraps all errors and exceptions that may occur.
281 PropertyOptions options) throws XMPException;
291 * @throws XMPException Wraps all errors and exceptions
297 String itemValue) throws XMPException;
322 * @throws XMPException Wraps all errors and exceptions that may occur.
329 PropertyOptions itemOptions) throws XMPException;
338 * @throws XMPException Wraps all errors and exceptions
343 String itemValue) throws XMPException;
363 * @throws XMPException Wraps all errors and exceptions that may occur.
371 PropertyOptions options) throws XMPException;
382 * @throws XMPException Wraps all errors and exceptions
389 String fieldValue) throws XMPException;
414 * @throws XMPException Wraps all errors and exceptions that may occur.
422 PropertyOptions options) throws XMPException;
433 * @throws XMPException Wraps all errors and exceptions
440 String qualValue) throws XMPException;
640 * @throws XMPException Wraps all errors and exceptions that may occur.
646 String specificLang) throws XMPException;
682 * @throws XMPException Wraps all errors and exceptions that may occur.
690 PropertyOptions options) throws XMPException;
701 * @throws XMPException Wraps all errors and exceptions
708 String itemValue) throws XMPException;
728 * @throws XMPException Wraps all exceptions that may occur,
731 Boolean getPropertyBoolean(String schemaNS, String propName) throws XMPException;
743 * @throws XMPException Wraps all exceptions that may occur,
746 Integer getPropertyInteger(String schemaNS, String propName) throws XMPException;
758 * @throws XMPException Wraps all exceptions that may occur,
761 Long getPropertyLong(String schemaNS, String propName) throws XMPException;
773 * @throws XMPException Wraps all exceptions that may occur,
776 Double getPropertyDouble(String schemaNS, String propName) throws XMPException;
788 * @throws XMPException Wraps all exceptions that may occur,
791 XMPDateTime getPropertyDate(String schemaNS, String propName) throws XMPException;
803 * @throws XMPException Wraps all exceptions that may occur,
806 Calendar getPropertyCalendar(String schemaNS, String propName) throws XMPException;
818 * @throws XMPException Wraps all exceptions that may occur,
821 byte[] getPropertyBase64(String schemaNS, String propName) throws XMPException;
835 * @throws XMPException Wraps all exceptions that may occur,
838 String getPropertyString(String schemaNS, String propName) throws XMPException;
850 * @throws XMPException Wraps all exceptions that may occur.
856 PropertyOptions options) throws XMPException;
865 * @throws XMPException Wraps all exceptions
870 boolean propValue) throws XMPException;
882 * @throws XMPException Wraps all exceptions that may occur.
888 PropertyOptions options) throws XMPException;
897 * @throws XMPException Wraps all exceptions
902 int propValue) throws XMPException;
914 * @throws XMPException Wraps all exceptions that may occur.
920 PropertyOptions options) throws XMPException;
929 * @throws XMPException Wraps all exceptions
934 long propValue) throws XMPException;
946 * @throws XMPException Wraps all exceptions that may occur.
952 PropertyOptions options) throws XMPException;
961 * @throws XMPException Wraps all exceptions
966 double propValue) throws XMPException;
979 * @throws XMPException Wraps all exceptions that may occur.
985 PropertyOptions options) throws XMPException;
994 * @throws XMPException Wraps all exceptions
999 XMPDateTime propValue) throws XMPException;
1012 * @throws XMPException Wraps all exceptions that may occur.
1018 PropertyOptions options) throws XMPException;
1027 * @throws XMPException Wraps all exceptions
1032 Calendar propValue) throws XMPException;
1045 * @throws XMPException Wraps all exceptions that may occur.
1051 PropertyOptions options) throws XMPException;
1060 * @throws XMPException Wraps all exceptions
1065 byte[] propValue) throws XMPException;
1073 * @throws XMPException Wraps all errors and exceptions that may occur.
1075 XMPIterator iterator() throws XMPException;
1084 * @throws XMPException Wraps all errors and exceptions that may occur.
1086 XMPIterator iterator(IteratorOptions options) throws XMPException;
1103 * @throws XMPException Wraps all errors and exceptions that may occur.
1108 IteratorOptions options) throws XMPException;
1166 * @throws XMPException Wraps all errors and exceptions that may occur.
1168 void normalize(ParseOptions options) throws XMPException;