org.apache.fop.pdf

Class PDFFilterException


public class PDFFilterException
extends Exception

PDF Filter exception. This is used for exceptions relating to use a PDF filter.
Author:
Eric SCHAEFFER

Constructor Summary

PDFFilterException()
Create a basic filter exception.
PDFFilterException(String message)
Create a filter exception with a message.

Constructor Details

PDFFilterException

public PDFFilterException()
Create a basic filter exception.

PDFFilterException

public PDFFilterException(String message)
Create a filter exception with a message.
Parameters:
message - the error message

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.