org.smartcomps.twister.engine.exception
Class ProcessStructuralException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.smartcomps.twister.engine.exception.EngineRuntimeException
                          |
                          +--org.smartcomps.twister.engine.exception.ProcessStructuralException
All Implemented Interfaces:
java.io.Serializable

public class ProcessStructuralException
extends EngineRuntimeException

Thrown when a structural incoherence is found in a process definition. Theoretically it should't happen if processes are well created but shit happens.

See Also:
Serialized Form

Constructor Summary
ProcessStructuralException(java.lang.String s)
           
ProcessStructuralException(java.lang.String s, java.lang.Throwable throwable)
           
ProcessStructuralException(java.lang.Throwable throwable)
           
 
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

ProcessStructuralException

public ProcessStructuralException(java.lang.String s)

ProcessStructuralException

public ProcessStructuralException(java.lang.String s,
                                  java.lang.Throwable throwable)

ProcessStructuralException

public ProcessStructuralException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.