com.tensegrity.graphics
Class PaintFormatParseException

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

public class PaintFormatParseException
extends StaticException

The PaintFormatParseException is thrown by the FormatPool while parsing a PaintFormat description and an error occurs.

Version:
$Id: PaintFormatParseException.java,v 1.1 2003/03/04 00:33:47 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
Serialized Form

Constructor Summary
PaintFormatParseException(java.lang.String message)
          Constructor for PaintFormatParseException.
 
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

PaintFormatParseException

public PaintFormatParseException(java.lang.String message)
Constructor for PaintFormatParseException.

Parameters:
message - the explanation to the occured error


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