Home
last modified time | relevance | path

Searched refs:AssociationServiceException (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAssociationServiceException.java22 public class AssociationServiceException extends Exception { class
24 public AssociationServiceException(String msg) { in AssociationServiceException() method in AssociationServiceException
28 public AssociationServiceException(String msg, Exception e) { in AssociationServiceException() method in AssociationServiceException
32 public AssociationServiceException(Exception e) { in AssociationServiceException() method in AssociationServiceException
DWebAsset.java121 throws AssociationServiceException { in create()
123 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()
131 throw new AssociationServiceException("Url is not well formatted.", e); in create()
136 throw new AssociationServiceException("Expected scheme to be http or https."); in create()
140 throw new AssociationServiceException("The url should not contain user info."); in create()
145 throw new AssociationServiceException( in create()
DStatementParser.java54 } catch (AssociationServiceException e) { in parseStatementList()
70 throws AssociationServiceException, IOException, JSONException { in parseStatement()
81 throws JSONException, AssociationServiceException, IOException { in parseStatement()
92 throw new AssociationServiceException(String.format( in parseStatement()
98 throw new AssociationServiceException(String.format( in parseStatement()
DAssetFactory.java36 throws AssociationServiceException { in create()
39 throw new AssociationServiceException(String.format( in create()
48 throw new AssociationServiceException("Namespace " + namespace + " is not supported."); in create()
DAssetMatcherFactory.java30 public static AbstractAssetMatcher create(String query) throws AssociationServiceException, in create()
36 throw new AssociationServiceException(String.format( in create()
45 throw new AssociationServiceException( in create()
DRelation.java70 throws AssociationServiceException { in create()
72 throw new AssociationServiceException("Relation not well formatted."); in create()
82 public static Relation create(@NonNull String relation) throws AssociationServiceException { in create()
85 throw new AssociationServiceException("Relation not well formatted."); in create()
DDirectStatementRetriever.java121 public Result retrieveStatements(AbstractAsset source) throws AssociationServiceException { in retrieveStatements()
127 throw new AssociationServiceException("Namespace is not supported."); in retrieveStatements()
143 throws AssociationServiceException { in retrieveStatementFromUrl()
179 throws AssociationServiceException { in retrieveFromWeb()
183 private Result retrieveFromAndroid(AndroidAppAsset asset) throws AssociationServiceException { in retrieveFromAndroid()
190 throw new AssociationServiceException( in retrieveFromAndroid()
DAndroidAppAsset.java116 throws AssociationServiceException { in create()
119 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()
125 throw new AssociationServiceException( in create()
134 throw new AssociationServiceException( in create()
DURLFetcher.java62 throws AssociationServiceException, IOException, InterruptedException { in getWebContentFromUrlWithRetry()
91 throws AssociationServiceException, IOException { in getWebContentFromUrl()
135 throws IOException, AssociationServiceException { in inputStreamToString()
146 throw new AssociationServiceException("The content size of the url is larger than " in inputStreamToString()
DAbstractAsset.java70 throws AssociationServiceException { in create()
76 throw new AssociationServiceException( in create()
DAbstractAssetMatcher.java47 throws AssociationServiceException, JSONException { in createMatcher()
DAbstractStatementRetriever.java70 throws AssociationServiceException; in retrieveStatements()
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DDirectStatementService.java34 import com.android.statementservice.retriever.AssociationServiceException;
237 Relation relation) throws AssociationServiceException { in verifyOneSource()
257 } catch (AssociationServiceException | JSONException e) { in call()
268 } catch (AssociationServiceException e) { in call()
278 } catch (AssociationServiceException e) { in call()