com.atlassian.crucible.plugin.export.exception
Class PdfCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crucible.plugin.export.exception.ExportException
              extended by com.atlassian.crucible.plugin.export.exception.PdfCreationException
All Implemented Interfaces:
java.io.Serializable

public class PdfCreationException
extends ExportException

Thrown if an exception occurs during the creation of a PDF.

Author:
Ross Rowe
See Also:
Serialized Form

Constructor Summary
PdfCreationException(java.lang.Exception e)
           
 
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

PdfCreationException

public PdfCreationException(java.lang.Exception e)
Parameters:
e -


Copyright © 2008. All Rights Reserved.