OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMPException
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPException.java
17
public class
XMPException
extends Exception
28
public
XMPException
(String message, int errorCode)
41
public
XMPException
(String message, int errorCode, Throwable t)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java
19
import com.adobe.xmp.
XMPException
;
73
* @throws
XMPException
Is thrown when the string is non-conform.
75
public static XMPDateTime parse(String iso8601String) throws
XMPException
85
* @throws
XMPException
Is thrown when the string is non-conform.
87
public static XMPDateTime parse(String iso8601String, XMPDateTime binValue) throws
XMPException
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);
165
throw new
XMPException
("Invalid date string, missing 'T' after date",
174
throw new
XMPException
("Invalid date string, after hour", XMPError.BADVALUE)
[
all
...]
Completed in 52 milliseconds