idainfront.pdfcreator4j
Class PdfCreatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by idainfront.pdfcreator4j.PdfCreatorException
All Implemented Interfaces:
Serializable

public class PdfCreatorException
extends Exception

Exception that is thrown when a exception is raised, either from the pdf creator or in the connection between Java and COM.

Author:
John Bäckstrand, Peter Isaksson and Johan Ek
See Also:
Serialized Form

Constructor Summary
PdfCreatorException(String msg)
           
PdfCreatorException(String msg, Throwable cause)
           
PdfCreatorException(Throwable cause)
           
 
Method Summary
 
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

PdfCreatorException

public PdfCreatorException(String msg)

PdfCreatorException

public PdfCreatorException(String msg,
                           Throwable cause)

PdfCreatorException

public PdfCreatorException(Throwable cause)


Copyright © 2009. All Rights Reserved.