com.tensegrity.composite.coordinate
Class ScaleParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.composite.coordinate.ScaleParseException
All Implemented Interfaces:
java.io.Serializable

public class ScaleParseException
extends StaticException

The ScaleParseException is thrown while parsing a scale description and an error occurs.

Version:
$Id: ScaleParseException.java,v 1.1 2003/02/06 08:48:57 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
Serialized Form

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

ScaleParseException

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

Parameters:
message - the explanation to the occured error


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