org.apache.hadoop.hdfs.util
Class XMLUtils.InvalidXmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.hdfs.util.XMLUtils.InvalidXmlException
All Implemented Interfaces:
Serializable
Enclosing class:
org.apache.hadoop.hdfs.util.XMLUtils

public static class XMLUtils.InvalidXmlException
extends RuntimeException

Exception that reflects an invalid XML document.

See Also:
Serialized Form

Constructor Summary
XMLUtils.InvalidXmlException(String s)
           
 
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

XMLUtils.InvalidXmlException

public XMLUtils.InvalidXmlException(String s)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.