org.bejug.javacareers.jobs.search.lucene
Class PdfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bejug.javacareers.common.exception.JavaCareerException
              extended byorg.bejug.javacareers.jobs.search.lucene.PdfException
All Implemented Interfaces:
java.io.Serializable

public class PdfException
extends org.bejug.javacareers.common.exception.JavaCareerException

Version:
$Revision: 1.1 $ - $Date: 2005/08/26 07:58:30 $
Author:
Bavo Bruylandt (Last modified by $Author: ge0ffrey $)
See Also:
Serialized Form

Constructor Summary
PdfException()
          Default constructor.
PdfException(java.lang.Exception exception)
          Constructor.
PdfException(java.lang.String message)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfException

public PdfException()
Default constructor.


PdfException

public PdfException(java.lang.String message)
Constructor.

Parameters:
message - String

PdfException

public PdfException(java.lang.Exception exception)
Constructor.

Parameters:
exception - Exception causing this


Copyright © 2005-2006 BeJUG. All Rights Reserved.