org.enhydra.xml.xhtml.dom.xerces
Class ObjectFactory.ConfigurationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--org.enhydra.xml.xhtml.dom.xerces.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.
 
Constructor Summary
(package private) ObjectFactory.ConfigurationError(String msg, Exception x)
          Construct a new instance with the specified detail string and exception.
 
Method Summary
(package private)  Exception getException()
          Returns the exception associated to this error.
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
Serialization version.
Constructor Detail

ObjectFactory.ConfigurationError

ObjectFactory.ConfigurationError(String msg,
                                 Exception x)
Construct a new instance with the specified detail string and exception.
Method Detail

getException

Exception getException()
Returns the exception associated to this error.


Copyright © 1999-2002 Mark Diekhans, enhydra.org. All Rights reserved.