org.extex.font.format.pfb
Class PfbStartMarkerMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.font.exception.FontException
              extended by org.extex.font.format.pfb.PfbException
                  extended by org.extex.font.format.pfb.PfbStartMarkerMissingException
All Implemented Interfaces:
java.io.Serializable

public class PfbStartMarkerMissingException
extends PfbException

Exception for the pfb parser: Start marker is missing.

Version:
$Revision: 5953 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
PfbStartMarkerMissingException()
          Create a new object.
PfbStartMarkerMissingException(java.lang.String message)
          Create a new object.
 
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

PfbStartMarkerMissingException

public PfbStartMarkerMissingException()
Create a new object.


PfbStartMarkerMissingException

public PfbStartMarkerMissingException(java.lang.String message)
Create a new object.

Parameters:
message - the message