Package de.xima.fc.exceptions
Class AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.xima.fc.exceptions.AFileListResolutionError
-
- de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
-
- de.xima.fc.exceptions.AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AFileListResolutionError
public static final class AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid extends AFileListResolutionError.AResourceItemResolutionError
Exception data class for theEResourceItemResolutionError.EXTERNAL_URL_IS_SYNTACTICALLY_INVALID
error.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.exceptions.AFileListResolutionError
AFileListResolutionError.AResourceItemResolutionError, AFileListResolutionError.AttachmentQueryDoesNotMatch, AFileListResolutionError.CannotProcessFileList, AFileListResolutionError.CannotProcessResourceItem, AFileListResolutionError.ClientFileDoesNotExist, AFileListResolutionError.DatabaseError, AFileListResolutionError.ExternalUrlCannotBeRead, AFileListResolutionError.ExternalUrlIsSyntacticallyInvalid, AFileListResolutionError.FileCountReducedToZeroByFilter, AFileListResolutionError.FileSystemError, AFileListResolutionError.FormFileDoesNotExist, AFileListResolutionError.NodeDoesNotExist, AFileListResolutionError.NodeDoesNotProvideFiles, AFileListResolutionError.NodeNotExecuted, AFileListResolutionError.TriggerDoesNotExist, AFileListResolutionError.TriggerDoesNotProvideFiles, AFileListResolutionError.TriggerNotFired, AFileListResolutionError.UploadFieldDoesNotExist, AFileListResolutionError.UploadFieldDoesNotProvideFiles
-
-
Field Summary
-
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
item
-
Fields inherited from class de.xima.fc.exceptions.AFileListResolutionError
type
-
-
Constructor Summary
Constructors Constructor Description ExternalUrlIsSyntacticallyInvalid(Throwable cause, ResourceItem item, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
-
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError.AResourceItemResolutionError
getResourceItem
-
Methods inherited from class de.xima.fc.exceptions.AFileListResolutionError
getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExternalUrlIsSyntacticallyInvalid
public ExternalUrlIsSyntacticallyInvalid(Throwable cause, ResourceItem item, String url)
- Parameters:
cause
- Underlying cause of the error, may benull
.item
- Item that was resolved.url
- Value returned bygetUrl()
.
-
-
Method Detail
-
getUrl
public String getUrl()
- Returns:
- The URL from which to read the data.
-
-