Class NoSuchResourceException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NoSuchResourceException extends CoreRuntimeException
Throw when a resource is missing from the filesystem and the classpath.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchResourceException

      public NoSuchResourceException(String resource)
      Parameters:
      resource - the resource identifier that was not found.