|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DynamicException | |
| 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.prefs | Contains interfaces and classes that is helpful for dealing with persistent application settings. |
| com.tensegrity.graph.model | Contains the graph model interface. |
| com.tensegrity.graph.rule | The rule package contains the code for rules that are used throughout the graph packages. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| Uses of DynamicException in com.tensegrity.generic.attribute |
| Subclasses of DynamicException in com.tensegrity.generic.attribute | |
class |
DynamicAttributeException
Thrown when an exception involving an Attribute is detected.
|
class |
UnknownAttributeException
A UnknownAttributeException |
| Uses of DynamicException in com.tensegrity.generic.constraint |
| Subclasses of DynamicException in com.tensegrity.generic.constraint | |
class |
CustomConstraintException
Thrown when a CustomConstraint cannot be applied or
if it is not registered.
|
| Uses of DynamicException in com.tensegrity.generic.math |
| Subclasses of DynamicException in com.tensegrity.generic.math | |
class |
MathDynamicException
Thrown if mathematical calculations have to be interrupted, for example resulting from a division by zero. |
| Uses of DynamicException in com.tensegrity.generic.persistence |
| Subclasses of DynamicException in com.tensegrity.generic.persistence | |
class |
XMLParseException
Thrown when an XMLReader encounters an exception while
parsing a document.
|
| Uses of DynamicException in com.tensegrity.generic.util |
| Subclasses of DynamicException in com.tensegrity.generic.util | |
class |
AssertException
Thrown when an assertion check fails. |
class |
IllegalElementException
Thrown by an iterator if an ArrayList utility class
is accessed out-of-bounds.
|
class |
InvalidArgumentException
Thrown whenever an invalid argument is passed to a method, including constructors. |
class |
ListModifiedException
Thrown if an ArrayList iterator detects that someone else has
concurrently modified a container. |
class |
UnsupportedMethodException
Thrown if the called method is not implemented by the receiving object. |
| Uses of DynamicException in com.tensegrity.generic.util.prefs |
| Subclasses of DynamicException in com.tensegrity.generic.util.prefs | |
class |
PreferenceException
Thrown whenever an error occurs while working with Preferences.
|
| Uses of DynamicException in com.tensegrity.graph.model |
| Subclasses of DynamicException in com.tensegrity.graph.model | |
class |
GraphDynamicException
This represents the base exception class for graphs. |
class |
GraphModifiedException
This exception is thrown if a link is illegal or illegaly referenced. |
class |
GraphTypeException
This exception is thrown if the user attempts to use the wrong type (directed or undirected) of graph for a particular operation. |
| Uses of DynamicException in com.tensegrity.graph.rule |
| Subclasses of DynamicException in com.tensegrity.graph.rule | |
class |
RuleDynamicException
Thrown if a rule operation fails. |
| Uses of DynamicException in com.tensegrity.graph.view |
| Subclasses of DynamicException in com.tensegrity.graph.view | |
class |
ClipboardOperationException
A ClipboardOperationException is thrown whenever an operation
that should be made onto the clipboard fails.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||