org.apache.shindig.common.xml
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.common.xml.XmlException
All Implemented Interfaces:
Serializable

public class XmlException
extends Exception

Exception throw by shindig XML parsing utility routines

See Also:
Serialized Form

Constructor Summary
XmlException(Exception cause)
           
XmlException(String message)
           
XmlException(String message, Exception 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

XmlException

public XmlException(String message,
                    Exception cause)

XmlException

public XmlException(Exception cause)

XmlException

public XmlException(String message)


Copyright © 2007-2012. All Rights Reserved.