Home
last modified time | relevance | path

Searched refs:AssociationServiceException (Results 1 – 8 of 8) 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.java123 throws AssociationServiceException { in create()
125 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()
133 throw new AssociationServiceException("Url is not well formatted.", e); in create()
138 throw new AssociationServiceException("Expected scheme to be http or https."); in create()
142 throw new AssociationServiceException("The url should not contain user info."); in create()
147 throw new AssociationServiceException( in create()
DAssetFactory.java38 throws AssociationServiceException { in create()
41 throw new AssociationServiceException(String.format( in create()
50 throw new AssociationServiceException("Namespace " + namespace + " is not supported."); in create()
DAssetMatcherFactory.java32 public static AbstractAssetMatcher create(String query) throws AssociationServiceException, in create()
38 throw new AssociationServiceException(String.format( in create()
47 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()
DAbstractAsset.java70 throws AssociationServiceException { in create()
76 throw new AssociationServiceException( in create()
DAndroidAppAsset.java120 throws AssociationServiceException { in create()
123 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()
129 throw new AssociationServiceException( in create()
138 throw new AssociationServiceException( in create()
DAbstractAssetMatcher.java47 throws AssociationServiceException, JSONException { in createMatcher()