com.tensegrity.gui.swing.customattribute
Class FormatParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.gui.swing.customattribute.FormatParseException
All Implemented Interfaces:
java.io.Serializable

public class FormatParseException
extends StaticException

The FormatParseException is thrown by the FormatPool while parsing a Format description and an error occurs.

Version:
$Id: FormatParseException.java,v 1.2 2004/08/09 10:41:53 GillesIachelini Exp $
Author:
GillesIachelini
See Also:
Serialized Form

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

FormatParseException

public FormatParseException(java.lang.String what)
Constructor for FormatParseException.

Parameters:
what - String that explains the occurred error


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