Searched refs:BADSTREAM (Results 1 – 2 of 2) sorted by relevance
168 XMPError.BADSTREAM, e); in parseXmlFromInputStream()194 e.getErrorCode() == XMPError.BADSTREAM) in parseXmlFromBytebuffer()286 throw new XMPException("Error reading the XML-file", XMPError.BADSTREAM, e); in parseInputSource()
43 int BADSTREAM = 204; field