|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StaticException | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.coordinate | Provides interfaces and classes for creating and dealing with coordinate systems. |
| com.tensegrity.composite.geometry | Provides interfaces and classes for defining and dealing with geometries and styles for composites. |
| com.tensegrity.composite.style | Styles are used to define the visual appearance of an element. |
| com.tensegrity.composite.style.persistence | Provides classes for making style attributes persistent. |
| com.tensegrity.generic.attribute | Contains interfaces that define the attribute framework and its associated exceptions. |
| com.tensegrity.generic.constraint | Includes the default constraints, associated exceptions and the constraint parser. |
| com.tensegrity.generic.math | Math related code (e.g. matrices, transforms, algorithms). |
| com.tensegrity.generic.persistence | Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent. |
| com.tensegrity.generic.util | Core classes for tensegrity-software packages. |
| com.tensegrity.generic.util.metric | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| com.tensegrity.graphics | Contains basic classes and interfaces of the Tensegrity graphics framework. |
| com.tensegrity.gui.formatitems | |
| com.tensegrity.gui.swing.customattribute | This package demonstrates how to implement a CustomAttribute. |
| Uses of StaticException in com.tensegrity.composite |
| Subclasses of StaticException in com.tensegrity.composite | |
class |
StateNotApplicableException
The StateNotApplicableException is thrown when a state should
be applied to an instance of a Composite but it is not
applicable. |
| Uses of StaticException in com.tensegrity.composite.coordinate |
| Subclasses of StaticException in com.tensegrity.composite.coordinate | |
class |
CoordinateSystemParseException
The CoordinateSystemParseException is thrown while parsing a
coordinate system description and an error occurs. |
class |
ScaleParseException
The ScaleParseException is thrown while parsing a scale description and an error occurs. |
| Uses of StaticException in com.tensegrity.composite.geometry |
| Subclasses of StaticException in com.tensegrity.composite.geometry | |
class |
GeometryHintExpressionEvaluationException
The GeometryHintExpressionEvaluationException is thrown whenever
an error occurs while evaluation of a geometry-hint-expression. |
class |
GeometryHintExpressionParserException
The GeometryHintExpressionParserException is thrown whenever
an error occurs during the geometry-hint-expression parsing. |
class |
GeometryItemCreationException
The GeometryItemCreationException is thrown while a
GeometryItem should be created and an error occurs. |
class |
GeometryNotSupportedException
The GeometryNotSupportedException is thrown while a
geometry should be applied to an object but the object do not support this
kind of geometry. |
| Uses of StaticException in com.tensegrity.composite.style |
| Subclasses of StaticException in com.tensegrity.composite.style | |
class |
StyleItemApplyException
The Exception StyleItemApplyException is thrown whenever an
error occurs while a style was applied. |
class |
StyleNotApplicableException
This exception is thrown when a style is not applicable. |
| Uses of StaticException in com.tensegrity.composite.style.persistence |
| Subclasses of StaticException in com.tensegrity.composite.style.persistence | |
class |
StyleItemNotFoundException
Describes the error, when a required StyleItem was not found when needed. |
| Uses of StaticException in com.tensegrity.generic.attribute |
| Subclasses of StaticException in com.tensegrity.generic.attribute | |
class |
AttributeException
This is the root exception for all attribute-related static (checked) exceptions in the framework. |
class |
IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
class |
IllegalNameException
Not every name may be assigned to an Attribute. |
class |
IllegalValueException
Not every value is permitted for an Attribute. |
class |
VisitException
This exception is thrown if one of the find methods is invoked
with an illegal path argument (ending with separator char, including empty
paths or similar). |
| Uses of StaticException in com.tensegrity.generic.constraint |
| Subclasses of StaticException in com.tensegrity.generic.constraint | |
class |
ConstraintParserException
This exception is thrown whenever an error occurs during constraint parsing. |
class |
ConstraintViolationException
This exception is thrown if an Attribute or an
AttributeCollection is associated with Constraint
which has determined a validation failure.
|
| Uses of StaticException in com.tensegrity.generic.math |
| Subclasses of StaticException in com.tensegrity.generic.math | |
class |
MathException
MathException is thrown if mathematical calculations
have to be interrupted, for example due to a division by zero. |
| Uses of StaticException in com.tensegrity.generic.persistence |
| Subclasses of StaticException in com.tensegrity.generic.persistence | |
class |
BuildException
The BuildException is thrown during the build process of a
Builder-instance. |
class |
ReadException
The ReadException is thrown if a
Reader fails to operate properly. |
class |
SerializeException
The SerializeException is thrown during the serialize process of
a Serializer. |
class |
WriteException
The WriteException is thrown during the write process of a
Writer. |
| Uses of StaticException in com.tensegrity.generic.util |
| Subclasses of StaticException in com.tensegrity.generic.util | |
class |
InvalidKeyException
The InvalidKeyException is thrown whenever an object should be
put into a pool but the given key is not valid.
|
class |
MapReverseNotPossibleException
A MapReverseNotPossibleException exception indicates
that a map cannot be reversed, because it contains the same value
more than once. |
class |
PropertiesFactoryException
A PropertiesFactoryException to be used whenever something
fails while processing calls to the PropertiesFactory. |
class |
VersionNumberParseException
The FileVersionParseException is thrown whenever
an error occurs during the file-version parsing. |
| Uses of StaticException in com.tensegrity.generic.util.metric |
| Subclasses of StaticException in com.tensegrity.generic.util.metric | |
class |
MetricExpressionParserException
* The MetricParserException is thrown whenever
an error occurs during the metric expression parsing.
|
| Uses of StaticException in com.tensegrity.graph.model |
| Subclasses of StaticException in com.tensegrity.graph.model | |
class |
GraphException
This exception is the root exception for graphs. |
class |
IllegalEdgeException
This exception is thrown if a link is illegal or illegaly referenced. |
class |
IllegalGraphException
This exception is thrown if a graph is illegal. |
class |
IllegalNodeException
This exception is thrown if a node is illegal or illegaly referenced within the context of a graph. |
class |
InappropriateGraphException
This exception is thrown if a graph is inappropriate in a certain context. |
| Uses of StaticException in com.tensegrity.graphics |
| Subclasses of StaticException in com.tensegrity.graphics | |
class |
FontFormatParseException
The FontFormatParseException is thrown by the
FormatPool while parsing a FontFormat description
and an error occurs. |
class |
ImagePoolingException
The ImagePoolingException is thrown when something went wrong
while an image should be pooled. |
class |
MarkerFormatParseException
The MarkerFormatParseException is thrown by the
FormatPool while parsing a MarkerFormat description
and an error occurs. |
class |
PaintFormatParseException
The PaintFormatParseException is thrown by the
FormatPool while parsing a PaintFormat description
and an error occurs. |
class |
PrimitiveStateNotApplicableException
The PrimitiveStateNotApplicableException is thrown when a
PrimitiveState should be applied to a concrete instance of a
Primitive but it is not applicable. |
class |
StrokeFormatParseException
The StrokeFormatParseException is thrown by the
FormatPool while parsing a StrokeFormat description
and an error occurs. |
| Uses of StaticException in com.tensegrity.gui.formatitems |
| Methods in com.tensegrity.gui.formatitems that throw StaticException | |
Format |
FormatItem.getFormat()
Returns a new format. |
Format |
FontItem.getFormat()
|
| Uses of StaticException in com.tensegrity.gui.swing.customattribute |
| Subclasses of StaticException in com.tensegrity.gui.swing.customattribute | |
class |
FormatParseException
The FormatParseException is thrown by the
FormatPool while parsing a Format description
and an error occurs. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||