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

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.UnmanglingError
All Implemented Interfaces:
Serializable
Enclosing class:
org.apache.hadoop.hdfs.util.XMLUtils

public static class XMLUtils.UnmanglingError
extends RuntimeException

Exception that reflects a string that cannot be unmangled.

See Also:
Serialized Form

Constructor Summary
XMLUtils.UnmanglingError(String str)
           
XMLUtils.UnmanglingError(String str, Exception e)
           
 
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.UnmanglingError

public XMLUtils.UnmanglingError(String str,
                                Exception e)

XMLUtils.UnmanglingError

public XMLUtils.UnmanglingError(String str)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.