Serialized Form

  • Package ai.vespa.feed.client

    • Exception ai.vespa.feed.client.FeedException

      class FeedException extends RuntimeException implements Serializable
      • Serialized Fields

        • documentId
          ai.vespa.feed.client.DocumentId documentId
    • Exception ai.vespa.feed.client.MultiFeedException

      class MultiFeedException extends RuntimeException implements Serializable
      • Serialized Fields

        • exceptions
          List<ai.vespa.feed.client.FeedException> exceptions
    • Exception ai.vespa.feed.client.OperationParseException

      class OperationParseException extends ai.vespa.feed.client.FeedException implements Serializable
    • Exception ai.vespa.feed.client.ResultException

      class ResultException extends ai.vespa.feed.client.FeedException implements Serializable
      • Serialized Fields

    • Exception ai.vespa.feed.client.ResultParseException

      class ResultParseException extends ai.vespa.feed.client.FeedException implements Serializable
  • Package ai.vespa.hosted.cd

  • Package org.junit.jupiter.api.extension

    • Exception org.junit.jupiter.api.extension.ExtensionConfigurationException

      class ExtensionConfigurationException extends org.junit.platform.commons.JUnitException implements Serializable
      serialVersionUID:
      1L
    • Exception org.junit.jupiter.api.extension.ExtensionContextException

      class ExtensionContextException extends org.junit.platform.commons.JUnitException implements Serializable
      serialVersionUID:
      1L
    • Exception org.junit.jupiter.api.extension.ParameterResolutionException

      class ParameterResolutionException extends org.junit.platform.commons.JUnitException implements Serializable
      serialVersionUID:
      1L
    • Exception org.junit.jupiter.api.extension.TestInstantiationException

      class TestInstantiationException extends org.junit.platform.commons.JUnitException implements Serializable
      serialVersionUID:
      1L
  • Package org.junit.platform.commons

    • Exception org.junit.platform.commons.JUnitException

      class JUnitException extends RuntimeException implements Serializable
      serialVersionUID:
      1L
    • Exception org.junit.platform.commons.PreconditionViolationException

      class PreconditionViolationException extends org.junit.platform.commons.util.PreconditionViolationException implements Serializable
      serialVersionUID:
      1L
  • Package org.junit.platform.commons.util

    • Class org.junit.platform.commons.util.LruCache

      class LruCache extends LinkedHashMap<K extends Object,V extends Object> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • maxSize
          int maxSize
    • Exception org.junit.platform.commons.util.PreconditionViolationException

      class PreconditionViolationException extends org.junit.platform.commons.JUnitException implements Serializable
      serialVersionUID:
      1L
  • Package org.opentest4j

    • Error org.opentest4j.AssertionFailedError

      class AssertionFailedError extends AssertionError implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • actual
          org.opentest4j.ValueWrapper actual
        • expected
          org.opentest4j.ValueWrapper expected
    • Exception org.opentest4j.IncompleteExecutionException

      class IncompleteExecutionException extends RuntimeException implements Serializable
      serialVersionUID:
      1L
    • Error org.opentest4j.MultipleFailuresError

      class MultipleFailuresError extends AssertionError implements Serializable
      serialVersionUID:
      1L
    • Exception org.opentest4j.TestAbortedException

      class TestAbortedException extends org.opentest4j.IncompleteExecutionException implements Serializable
      serialVersionUID:
      1L
    • Exception org.opentest4j.TestSkippedException

      class TestSkippedException extends org.opentest4j.IncompleteExecutionException implements Serializable
      serialVersionUID:
      1L
    • Class org.opentest4j.ValueWrapper

      class ValueWrapper extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • identityHashCode
          int identityHashCode
        • stringRepresentation
          String stringRepresentation
        • type
          Class<?> type
        • value
          Serializable value