movements
Class TransitionStartsBeforeFigureStarts

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymovements.TransitionStartsBeforeFigureStarts
All Implemented Interfaces:
java.io.Serializable

class TransitionStartsBeforeFigureStarts
extends java.lang.Exception

Thrown when a transition point is passed to the transition generator but the transition starts before the list of movements over which we are processing transitions. No transition in a figure can start before the start of the figure which contains the transition.

Author:
Nigel

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TransitionStartsBeforeFigureStarts()
          Creates a new instance of TransitionStartsBeforeFigureStarts
 
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

TransitionStartsBeforeFigureStarts

public TransitionStartsBeforeFigureStarts()
Creates a new instance of TransitionStartsBeforeFigureStarts



Copyright © 2003 Nigel Westbury