org.extex.font.exception
Class CorruptFontException

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.exception.CorruptFontException
All Implemented Interfaces:
java.io.Serializable

public class CorruptFontException
extends FontException

Font exception if problems occurred during reading the font file.

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

Constructor Summary
CorruptFontException(FontKey key, java.lang.String msg)
          Creates a new object.
 
Method Summary
 java.lang.String getLocalizedMessage()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

CorruptFontException

public CorruptFontException(FontKey key,
                            java.lang.String msg)
Creates a new object.

Parameters:
key - the font key.
msg - the message.
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()

Overrides:
getLocalizedMessage in class java.lang.Throwable
See Also:
Throwable.getLocalizedMessage()