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

Field Summary
private static boolean DEBUG
          Debug flag
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ResourceInstantiationException()
           
ResourceInstantiationException(Exception e)
           
ResourceInstantiationException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
Debug flag
Constructor Detail

ResourceInstantiationException

public ResourceInstantiationException()

ResourceInstantiationException

public ResourceInstantiationException(String s)

ResourceInstantiationException

public ResourceInstantiationException(Exception e)