com.funambol.util
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.util.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

This exception is raised when an Xml parsing error occurs.

See Also:
Serialized Form

Constructor Summary
XmlException()
          Creates a new instance of XmlException without detail message.
XmlException(java.lang.String msg)
          Constructs an instance of XmlException with the specified detail message.
 
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()
Creates a new instance of XmlException without detail message.


XmlException

public XmlException(java.lang.String msg)
Constructs an instance of XmlException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2001-2009 Funambol.