com.tensegrity.composite.coordinate
Class CoordinateSystemParseException

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

public class CoordinateSystemParseException
extends StaticException

The CoordinateSystemParseException is thrown while parsing a coordinate system description and an error occurs.

Version:
$Id: CoordinateSystemParseException.java,v 1.2 2003/03/06 02:29:17 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
Serialized Form

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

CoordinateSystemParseException

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

Parameters:
message - the explanation to the occured error


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