All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.markup.IllegalChildMarkupException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----vnet.markup.IllegalChildMarkupException

public class IllegalChildMarkupException
extends Exception
A IllegalChildMarkupException is thrown if a MarkupNode is added to an "empty" Element.

Note: vnet.markup classes are not thread safe. Locking must be performed by the application.


Constructor Index

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

Constructors

 o IllegalChildMarkupException
 public IllegalChildMarkupException()
Constructs a new IllegalChildMarkupException.

 o IllegalChildMarkupException
 public IllegalChildMarkupException(String mgs)
Constructs a new IllegalChildMarkupException with the given message.

Parameters:
msg - a description of the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index