org.smartcomps.twister.engine.exception
Class EngineRuntimeException

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

public class EngineRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

EngineRuntimeException

public EngineRuntimeException(java.lang.String s)

EngineRuntimeException

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

EngineRuntimeException

public EngineRuntimeException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.