All Packages Class Hierarchy This Package Previous Next Index
Class vnet.util.XMLException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----vnet.util.XMLException
- public class XMLException
- extends RuntimeException
Thrown when an XML or XML parsing error has occured.
-
XMLException()
- Constructs a new XMLException.
-
XMLException(String)
- Constructs a new XMLException with the given message.
XMLException
public XMLException()
- Constructs a new XMLException.
XMLException
public XMLException(String msg)
- Constructs a new XMLException with the given message.
- Parameters:
- msg - a message.
All Packages Class Hierarchy This Package Previous Next Index