fop 0.91beta

org.apache.fop.pdf
Class PDFFilterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.fop.pdf.PDFFilterException
All Implemented Interfaces:
java.io.Serializable

public class PDFFilterException
extends java.lang.Exception

PDF Filter exception. This is used for exceptions relating to use a PDF filter.

Author:
Eric SCHAEFFER
See Also:
Serialized Form

Constructor Summary
PDFFilterException()
          Create a basic filter exception.
PDFFilterException(java.lang.String message)
          Create a filter exception with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFFilterException

public PDFFilterException()
Create a basic filter exception.

PDFFilterException

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

fop 0.91beta

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