Interface ResourceEventProducer
- All Superinterfaces:
EventProducer
Event producer interface for resource events (missing images, fonts etc.).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidcannotDeleteTempFile(Object source, File tempFile) Cannot delete a temporary file.voidcatalogResolverNotCreated(Object source, String message) Catalog Resolver not created, due to InstantiationException or IllegalAccessExceptionvoidcatalogResolverNotFound(Object source) Catalog Resolver not found along the class pathvoidforeignXMLNoHandler(Object source, Document doc, String namespaceURI) No handler for foreign XML content.voidforeignXMLProcessingError(Object source, Document doc, String namespaceURI, Exception e) Error processing foreign XML content.voidhyphenationNotFound(Object source, String uri) Hyphenation not found.voidifoNoIntrinsicSize(Object source, Locator loc) Intrinsic size of fo:instream-foreign-object could not be determined.voidimageError(Object source, String uri, org.apache.xmlgraphics.image.loader.ImageException e, Locator loc) Error while processing image.voidimageIOError(Object source, String uri, IOException ioe, Locator loc) I/O error while loading an image.voidimageNotFound(Object source, String uri, FileNotFoundException fnfe, Locator loc) Image not found.voidimageWarning(Object source, String message) Warning in an image.voidimageWritingError(Object source, Exception e) Error while writing/serializing an image to an output format.voidError while handling a URI.
-
Method Details
-
imageNotFound
Image not found.- Parameters:
source- the event sourceuri- the original URI of the imagefnfe- the "file not found" exceptionloc- the location of the error or null
-
imageError
-
imageIOError
I/O error while loading an image.- Parameters:
source- the event sourceuri- the original URI of the imageioe- the I/O exceptionloc- the location of the error or null
-
imageWritingError
-
uriError
-
ifoNoIntrinsicSize
-
foreignXMLProcessingError
-
foreignXMLNoHandler
-
cannotDeleteTempFile
-
catalogResolverNotFound
Catalog Resolver not found along the class path- Parameters:
source- the event source
-
catalogResolverNotCreated
-
imageWarning
-
hyphenationNotFound
-