Class UnknownResourceError

All Implemented Interfaces:
Serializable

public class UnknownResourceError extends AbstractSourceError

Indicates a resource was not available from the SourceContext.

This is a critical error as the source is requiring the resource to initialise and subsequently start.

Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

  • Method Details

    • getUnknownResourceLocation

      public String getUnknownResourceLocation()
      Obtains the location of the unknown resource.
      Returns:
      Location of the unknown resource.