org.favabeans.base
Class FactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.favabeans.base.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends Exception

This exception is thrown whenever a factory object is unable to create a new object as requested.

See Also:
Serialized Form

Constructor Summary
FactoryException()
           
FactoryException(String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryException

public FactoryException()

FactoryException

public FactoryException(String detail)


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.