|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.xml.dom.ElementFactoryException
ElementFactoryException indicates that an error has occured
within an ElementFactory.
| 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 |
public ElementFactoryException(ElementFactory ef)
public ElementFactoryException(String message,
ElementFactory ef)
message - a message describing this exception
public ElementFactoryException(Throwable cause,
ElementFactory ef)
cause - throwable that caused this exception
public ElementFactoryException(String message,
Throwable cause,
ElementFactory ef)
message - a message describing this exceptioncause - throwable that caused this exception| Method Detail |
public ElementFactory getElementFactory()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||