anon.util
Class IResourceInstantiator.ResourceInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anon.util.IResourceInstantiator.ResourceInstantiationException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
IResourceInstantiator

public static class IResourceInstantiator.ResourceInstantiationException
extends java.lang.Exception

An Exception that is thrown by a ResourceInstantiator if too much instantiations have failed. The instantiator object will be invalid after throwing this exception.

Author:
Rolf Wendolsky
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serial version UID
 
Constructor Summary
IResourceInstantiator.ResourceInstantiationException()
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serial version UID

See Also:
Constant Field Values
Constructor Detail

IResourceInstantiator.ResourceInstantiationException

public IResourceInstantiator.ResourceInstantiationException()