gate.creole
Class ResourceInstantiationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gate.util.GateException
                    |
                    +--gate.creole.ResourceInstantiationException
All Implemented Interfaces:
Serializable

public class ResourceInstantiationException
extends GateException

This exception indicates failure during instantiation of resources, which may be due to a number of causes:

See Also:
Serialized Form

Constructor Summary
ResourceInstantiationException()
           
ResourceInstantiationException(Exception e)
           
ResourceInstantiationException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceInstantiationException

public ResourceInstantiationException()

ResourceInstantiationException

public ResourceInstantiationException(String s)

ResourceInstantiationException

public ResourceInstantiationException(Exception e)