org.umber.crucible.pdf
Class CruciblePdfReadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.core.UmberException
              extended byorg.umber.crucible.CrucibleException
                  extended byorg.umber.crucible.pdf.CruciblePdfException
                      extended byorg.umber.crucible.pdf.CruciblePdfReadException
All Implemented Interfaces:
java.io.Serializable

public class CruciblePdfReadException
extends CruciblePdfException

Umber Crucible exception for PDF parsing exceptions.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
CruciblePdfReadException(java.lang.String message)
           
CruciblePdfReadException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.umber.core.UmberException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CruciblePdfReadException

public CruciblePdfReadException(java.lang.String message)

CruciblePdfReadException

public CruciblePdfReadException(java.lang.String message,
                                java.lang.Throwable cause)