org.enhydra.apache.html.dom
Class ObjectFactory.ConfigurationError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.enhydra.apache.html.dom.ObjectFactory.ConfigurationError
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ObjectFactory
- static final class ObjectFactory.ConfigurationError
- extends Error
A configuration error.
- See Also:
- Serialized Form
Field Summary |
(package private) static long |
serialVersionUID
Serialization version. |
Method Summary |
(package private) Exception |
getException()
Returns the exception associated to this error. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- Serialization version.
ObjectFactory.ConfigurationError
ObjectFactory.ConfigurationError(String msg,
Exception x)
- Construct a new instance with the specified detail string and
exception.
getException
Exception getException()
- Returns the exception associated to this error.
Copyright © 1999 The Apache Software Foundation. All Rights reserved.