Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboFactoryException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.fw.exception.EboException
                   |
                   +--com.sssw.fw.exception.EboFactoryException
All Implemented Interfaces:
EbiParentedException, Serializable
Direct Known Subclasses:
EboInstantiationException

public class EboFactoryException
extends EboException

This exception is thrown by the framework when a failure to instantiate an object via the factory mechanism occurs.

See Also:
Serialized Form

Constructor Summary
EboFactoryException()
           
 
Methods inherited from class com.sssw.fw.exception.EboException
copyTo, getHTML, getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboFactoryException

public EboFactoryException()

Novell exteNd
Director 5.2 API