Class UnknownResourceException

All Implemented Interfaces:
Serializable

public class UnknownResourceException extends ResourceException
This exception is used to indicate that a resource could not be located by a resource manager.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownResourceException

      public UnknownResourceException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • UnknownResourceException

      public UnknownResourceException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.