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:
-
the resource metadata contains parameters that aren't available on
the resource;
-
the class for the resource cannot be found (e.g. because a Jar URL was
incorrectly specified);
-
because access to the resource class is denied by the class loader;
-
because of insufficient or incorrect resource metadata.
- See Also:
- Serialized Form
|
Field Summary |
private static boolean |
DEBUG
Debug flag |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DEBUG
private static final boolean DEBUG
- Debug flag
- See Also:
- Constant Field Values
ResourceInstantiationException
public ResourceInstantiationException()
ResourceInstantiationException
public ResourceInstantiationException(String s)
ResourceInstantiationException
public ResourceInstantiationException(Exception e)
ResourceInstantiationException
public ResourceInstantiationException(String message,
Exception e)