org.jpedal.exception
Class PdfFontException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpedal.exception.PdfException
              extended by org.jpedal.exception.PdfFontException
All Implemented Interfaces:
java.io.Serializable

public class PdfFontException
extends PdfException

used to handle problems or unexpected behaviour in our Font Renderer

See Also:
Serialized Form

Constructor Summary
PdfFontException(java.lang.String message)
          provides a security exception if access not permitted
 
Method Summary
 
Methods inherited from class org.jpedal.exception.PdfException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfFontException

public PdfFontException(java.lang.String message)
provides a security exception if access not permitted