org.smartcomps.twister.engine.exception
Class InstanceCreationException

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

public class InstanceCreationException
extends EngineException

Thrown when the engine can't find a class ton instantiate or when the instanciation fails.

See Also:
Serialized Form

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

InstanceCreationException

public InstanceCreationException(java.lang.String s)

InstanceCreationException

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

InstanceCreationException

public InstanceCreationException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.