public class MissingResource extends Object
A type that describes a missing resource.
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
The message indicating why the resource could not be found.
|
String |
getResource()
The resource identifier.
|
ResourceType |
getType()
The type of resource (style sheet, image, etc.).
|
public ResourceType getType()
The type of resource (style sheet, image, etc.).
public String getMessage()
The message indicating why the resource could not be found.
public String getResource()
The resource identifier. Usually a URL string.
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.