com.tensegrity.graphics
Class StrokeFormatParseException

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

public class StrokeFormatParseException
extends StaticException

The StrokeFormatParseException is thrown by the FormatPool while parsing a StrokeFormat description and an error occurs.

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

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

StrokeFormatParseException

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

Parameters:
message - the explanation to the occured error


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