com.cafesoft.core.xml.dom
Class ElementFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.xml.dom.ElementFactoryException
All Implemented Interfaces:
Serializable

public class ElementFactoryException
extends NestedException

ElementFactoryException indicates that an error has occured within an ElementFactory.

See Also:
Serialized Form

Constructor Summary
ElementFactoryException(ElementFactory ef)
          Construct a new ElementFactoryException with no other information.
ElementFactoryException(String message, ElementFactory ef)
          Construct a new ElementFactoryException for the specified message.
ElementFactoryException(String message, Throwable cause, ElementFactory ef)
          Construct a new ElementFactoryException for the specified message and throwable.
ElementFactoryException(Throwable cause, ElementFactory ef)
          Construct a new ElementFactoryException for the specified throwable.
 
Method Summary
 ElementFactory getElementFactory()
          Get the ElementFactory.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementFactoryException

public ElementFactoryException(ElementFactory ef)
Construct a new ElementFactoryException with no other information.


ElementFactoryException

public ElementFactoryException(String message,
                               ElementFactory ef)
Construct a new ElementFactoryException for the specified message.

Parameters:
message - a message describing this exception

ElementFactoryException

public ElementFactoryException(Throwable cause,
                               ElementFactory ef)
Construct a new ElementFactoryException for the specified throwable.

Parameters:
cause - throwable that caused this exception

ElementFactoryException

public ElementFactoryException(String message,
                               Throwable cause,
                               ElementFactory ef)
Construct a new ElementFactoryException for the specified message and throwable.

Parameters:
message - a message describing this exception
cause - throwable that caused this exception
Method Detail

getElementFactory

public ElementFactory getElementFactory()
Get the ElementFactory.

Returns:
the ElementFactory associated with this Exception.


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.