com.tensegrity.graphics
Class FontFormatParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.graphics.FontFormatParseException
All Implemented Interfaces:
java.io.Serializable

public class FontFormatParseException
extends StaticException

The FontFormatParseException is thrown by the FormatPool while parsing a FontFormat description and an error occurs.

Version:
$Id: FontFormatParseException.java,v 1.2 2003/12/11 15:47:02 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
Serialized Form

Constructor Summary
FontFormatParseException(java.lang.String message)
          Constructor specifying a textual description.
 
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

FontFormatParseException

public FontFormatParseException(java.lang.String message)
Constructor specifying a textual description.

Parameters:
message - an explanation for the occured error.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.