Class MissingResource
java.lang.Object
com.realobjects.pdfreactor.contentobserver.MissingResource
A type that describes a missing resource.
-
Method Summary
Modifier and TypeMethodDescriptionThe message indicating why the resource could not be found.The resource identifier.getType()
The type of resource (style sheet, image, etc.).
-
Method Details
-
getType
The type of resource (style sheet, image, etc.).
-
getMessage
The message indicating why the resource could not be found.
-
getResource
The resource identifier. Usually a URL string.
-