edu.rice.cs.cunit.util
Class XMLConfig.XMLConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rice.cs.cunit.util.XMLConfig.XMLConfigException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMLConfig

public static class XMLConfig.XMLConfigException
extends java.lang.RuntimeException

Exception in XMLConfig methods.

See Also:
Serialized Form

Constructor Summary
XMLConfig.XMLConfigException()
           
XMLConfig.XMLConfigException(java.lang.String message)
           
XMLConfig.XMLConfigException(java.lang.String message, java.lang.Throwable cause)
           
XMLConfig.XMLConfigException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLConfig.XMLConfigException

public XMLConfig.XMLConfigException()

XMLConfig.XMLConfigException

public XMLConfig.XMLConfigException(java.lang.String message)

XMLConfig.XMLConfigException

public XMLConfig.XMLConfigException(java.lang.String message,
                                    java.lang.Throwable cause)

XMLConfig.XMLConfigException

public XMLConfig.XMLConfigException(java.lang.Throwable cause)