com.tensegrity.generic.util
Class StaticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeException, BuildException, ConstraintParserException, ConstraintViolationException, CoordinateSystemParseException, FontFormatParseException, FormatParseException, GeometryHintExpressionEvaluationException, GeometryHintExpressionParserException, GeometryItemCreationException, GeometryNotSupportedException, GraphException, ImagePoolingException, InvalidKeyException, MapReverseNotPossibleException, MarkerFormatParseException, MathException, MetricExpressionParserException, PaintFormatParseException, PrimitiveStateNotApplicableException, PropertiesFactoryException, ReadException, ScaleParseException, SerializeException, StateNotApplicableException, StrokeFormatParseException, StyleItemApplyException, StyleNotApplicableException, VersionNumberParseException, WriteException

public class StaticException
extends java.lang.Exception

Class StaticException is the root-class for all static compile-time exceptions thrown by the Tensegrity API. These exceptions are also frequently referred to by the term Checked Exceptions.

Version:
$Id: StaticException.java,v 1.6 2005/12/09 15:43:01 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
StaticException(java.lang.String what)
          Constructs a static compile-time exception.
 
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

StaticException

public StaticException(java.lang.String what)
Constructs a static compile-time exception.

Parameters:
what - a detailed message for the exception


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