Class AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid

All Implemented Interfaces:
Serializable
Enclosing class:
AFileListResolutionError

public static final class AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid extends AFileListResolutionError.AResourceItemResolutionError
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ExternalUrlIsSyntacticallyInvalid

      public ExternalUrlIsSyntacticallyInvalid(Throwable cause, ResourceItem item, String url)
      Parameters:
      cause - Underlying cause of the error, may be null.
      item - Item that was resolved.
      url - Value returned by getUrl().
  • Method Details

    • getUrl

      public String getUrl()
      Returns:
      The URL from which to read the data.