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.


Constructor Index

 o XMLException()
Constructs a new XMLException.
 o XMLException(String)
Constructs a new XMLException with the given message.

Constructors

 o XMLException
 public XMLException()
Constructs a new XMLException.

 o 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