Class ExceptionFactory

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.json.ModelFactory<Exception>

    public class ExceptionFactory
    extends java.lang.Object
    implements com.microsoft.appcenter.ingestion.models.json.ModelFactory<Exception>
    • Method Detail

      • create

        public Exception create()
        Specified by:
        create in interface com.microsoft.appcenter.ingestion.models.json.ModelFactory<Exception>
      • createList

        public java.util.List<Exception> createList​(int capacity)
        Specified by:
        createList in interface com.microsoft.appcenter.ingestion.models.json.ModelFactory<Exception>