Searched defs:ParsingException (Results 1 - 1 of 1) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLX509CertificateFactory.java41 static class ParsingException extends Exception { class in class:OpenSSLX509CertificateFactory
44 public ParsingException(String message) { method in class:OpenSSLX509CertificateFactory.ParsingException
48 public ParsingException(Exception cause) { method in class:OpenSSLX509CertificateFactory.ParsingException
52 public ParsingException(String message, Exception cause) { method in class:OpenSSLX509CertificateFactory.ParsingException
63 public T generateItem(InputStream inStream) throws ParsingException {
65 throw new ParsingException("inStream == null");
80 throw new ParsingException("inStream is empty");
113 throw new ParsingException(e);
118 throws ParsingException {
120 throw new ParsingException("inStrea
[all...]

Completed in 51 milliseconds