org.treebind
Class OutOfSyncException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.treebind.TreeBindException
              extended byorg.treebind.OutOfSyncException
All Implemented Interfaces:
java.io.Serializable

public class OutOfSyncException
extends TreeBindException

Exception thrown when Source, Filter and Sink are added to a Pipe in a non expected order.

Author:
Eric van der Vlist
See Also:
Source, Filter, Sink, Pipe, Serialized Form

Constructor Summary
OutOfSyncException(java.lang.String message)
          Creates a new OutOfSyncException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfSyncException

public OutOfSyncException(java.lang.String message)
Creates a new OutOfSyncException.

Parameters:
message - the message associated to the exception.