net.jxta.search.util
Class XmlParser.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jxta.search.util.XmlParser.Exception
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XmlParser

public static class XmlParser.Exception
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XmlParser.Exception(java.lang.String msg)
           
XmlParser.Exception(java.lang.String msg, java.lang.Exception nested)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
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
 

Constructor Detail

XmlParser.Exception

public XmlParser.Exception(java.lang.String msg)

XmlParser.Exception

public XmlParser.Exception(java.lang.String msg,
                           java.lang.Exception nested)
Method Detail

getNestedException

public java.lang.Exception getNestedException()