org.smartcomps.twister.engine.exception
Class InstantiationException

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

public class InstantiationException
extends EngineException

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

See Also:
Serialized Form

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

InstantiationException

public InstantiationException(java.lang.String s)

InstantiationException

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

InstantiationException

public InstantiationException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.