Class ResourceLoadingException

All Implemented Interfaces:
Serializable

public class ResourceLoadingException extends RiskscapeException

Exception indicating a problem of some kind with the loading a Resource.

See Also:
  • Constructor Details

    • ResourceLoadingException

      public ResourceLoadingException(URI target, String message)
    • ResourceLoadingException

      public ResourceLoadingException(URI target, String message, Throwable cause)
    • ResourceLoadingException

      public ResourceLoadingException(URI target, Problem problem)
  • Method Details

    • getTarget

      public URI getTarget()